git_oid_streq

Check if an oid equals an hex formatted object id.

@param id oid structure. @param str input hex string of an object id. @return 0 in case of a match, -1 otherwise.

extern (C) nothrow @nogc
int
git_oid_streq
(
const(.git_oid)* id
,
const(char)* str
)

Meta