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