ReadOnlyListSegment<(Of <(<'T>)>)>..::..Equals Method (Nullable<(Of <(<'Object>)>)>)

Determines whether the specified Object is equal to this instance.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool Equals(
	Nullable<Object> obj
)
Public Function Equals ( _
	obj As Nullable(Of Object) _
) As Boolean

Parameters

obj
Type: Nullable<(Of <(<'Object>)>)>
The object to compare with the current instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.