Operator Equality
Equality(LlvmObjectRef, LlvmObjectRef)
Compares two object handles
Declaration
public static bool operator ==(LlvmObjectRef lhs, LlvmObjectRef rhs)
Parameters
public static bool operator ==(LlvmObjectRef lhs, LlvmObjectRef rhs)
LlvmObjectRef | lhs | Left side of comparison |
LlvmObjectRef | rhs | Right side of comparison |
Returns
Boolean | true if the handles are equal |