pub unsafe extern "C" fn spinNodeIsEqual(
hNodeFirst: spinNodeHandle,
hNodeSecond: spinNodeHandle,
pbResult: *mut bool8_t,
) -> spinErrorExpand description
Checks whether two nodes are equal
@see spinError
@param hNodeFirst The first node to check @param hNodeSecond The second node to check @param pbResult The boolean pointer to return whether or not the two nodes are equal
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error