Operator Equality
Equality(AttributeValue, AttributeValue)
Tests attributes for equality
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 |