Mindscape LightSpeed - User Reference & API Documentation
Equals Method (obj)
API ReferenceMindscape.LightSpeed.QueryingQueryEquals(Object)
Determines whether the specified Object is equal to the current Object.
Declaration Syntax
C#Visual Basic
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
Parameters
obj (Object)
The Object to compare with the current Object.
Return Value
true if the specified Object is equal to the current Object; otherwise, false.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)