git_oid_equal

Compare two oid structures for equality

@param a first oid structure. @param b second oid structure. @return true if equal, false otherwise

extern (C) nothrow @nogc
int
git_oid_equal
(
const(.git_oid)* a
,
const(.git_oid)* b
)

Meta