git_oid_equal

Compare two oid structures for equality

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

Parameters

a const(.git_oid)*

first oid structure.

b const(.git_oid)*

second oid structure.

Return Value

Type: int

true if equal, false otherwise

Meta