InfoConnect for Airlines
Equality Operator (Hotspot)


The first object to compare
The second object to compare
Determines whether the specified object is equal to the current object.
Syntax
'Declaration
 
Public Operator =( _
   ByVal hs1 As Hotspot, _
   ByVal hs2 As Hotspot _
) As Boolean
'Usage
 
public bool operator ==( 
   Hotspot hs1,
   Hotspot hs2
)

Parameters

hs1
The first object to compare
hs2
The second object to compare

Return Value

true if the specified objects are equal to each other; otherwise, false. If both objA and objB are null, the method returns true.
See Also