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