Click or drag to resize

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
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare

Return Value

Type: Boolean
True if the object has the same values as this object, or false if they are different
See Also