[This is preliminary documentation and is subject to change.]

Compare one PropertyChain to another.

Namespace: Spielwerke.Data
Assembly:  Spielwerke.Data (in Spielwerke.Data.dll)
Version: 1.0.2761.41972

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Visual C++
public:
virtual bool Equals (
	Object^ obj
) override

Parameters

obj
Object
The other object to compare to.

Return Value

true if both PropertyChains are equal.

Remarks

Two PropertyChains are equal, either if they are both empty, or if they both contain the same PropertyHandles as determined by Equals(Object).

See Also

PropertyChain Structure
Spielwerke.Data Namespace