Compares the individual items stored in the two collections.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
JScript
public override function Equals(
	obj : Object
) : boolean

Parameters

obj
Type: System..::..Object

Return Value

See Also