Operator Equality
Equality(LLVMTargetRef, LLVMTargetRef)
Tests two handles for reference equality
Declaration
public static bool operator ==(LLVMTargetRef lhs, LLVMTargetRef rhs)
Parameters
public static bool operator ==(LLVMTargetRef lhs, LLVMTargetRef rhs)
LLVMTargetRef | lhs | Left side of comparison |
LLVMTargetRef | rhs | Right side of comparison |
Returns
Boolean | true if both handles refer to the same native object (e.g. reference equality) |