Compare Index property

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

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

Parameters

obj
Type: Hyleos.Common..::.BaseObject
Object to compare

Return Value

True if objects have the same Index, false otherwise

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also