Packages
libgit2-glib-1.0
Ggit
OId
OId.from_raw
OId.from_string
compare
copy
equal
free
has_prefix
hash
is_zero
to_string
compare
Description:
public
int
compare
(
OId
b)
Compare two
OId
structures.
Parameters:
this
first
OId
.
b
second
OId
.
Returns:
<0, 0, >0 if a < b, a == b, a > b.