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 virtual bool Equals(
	BaseObjectCollection<T> obj
)
Visual Basic (Declaration)
Public Overridable Function Equals ( _
	obj As BaseObjectCollection(Of T) _
) As Boolean
Visual C++
public:
virtual bool Equals(
	BaseObjectCollection<T>^ obj
)

Parameters

obj
Type: Hyleos.Common..::.BaseObjectCollection<(Of <(T>)>)
Object to compare

Return Value

True if objects have the same Index, false otherwise

Implements

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

See Also