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