Method Equals
Equals(Object)
Performs equality checks against an Object
Declaration
public override bool Equals(object obj)
Parameters
public override bool Equals(object obj)
Object | obj | object to test for equality with this instance |
Returns
Boolean | true if |
Overrides
Equals(AttributeValue)
Performs equality checks against an AttributeValue
Declaration
public bool Equals(AttributeValue other)
Parameters
public bool Equals(AttributeValue other)
AttributeValue | other | object to test for equality with this instance |
Returns
Boolean | true if |