Tests whether this instance is identical with the reference one obj.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::.Object
A second value.

Return Value

trueTruetruetrue (True in Visual Basic) when instances are same.

Implements

IXResourceLocation..::.Equals(Object)

See Also