Operator Inequality
Inequality(LlvmObjectRef, LlvmObjectRef)
Compares two object handles for inequality
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 not equal |