Function ByondValue_Equals

Source
pub unsafe extern "C-unwind" fn ByondValue_Equals(
    a: *const CByondValue,
    b: *const CByondValue,
) -> bool
Expand description

Compares two values for equality

§Arguments

  • a - Pointer to CByondValue
  • b - Pointer to CByondValue

§Returns

True if values are equal