Operator Inequality
Inequality(AttributeValue, AttributeValue)
Tests attributes for inequality
Declaration
public static bool operator !=(AttributeValue left, AttributeValue right)
Parameters
public static bool operator !=(AttributeValue left, AttributeValue right)
AttributeValue | left | Left side of the comparison |
AttributeValue | right | Right side of the comparison |
Returns
Boolean |