AttributeValueEquals Method |
Tests the current attribute value collection for equality with another object
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
The object to compare
Return Value
Type:
BooleanTrue if the object has the same values as this object, or false if they are different
See Also