ArcFM Responder Mobile Developer Guide
Inequality Operator (GlobalObjectId)






The first GlobalObjectId in the comparison.
The second GlobalObjectId in the comparison.
Implements the operator !=.
Syntax
'Declaration
 
Public Operator <>( _
   ByVal a As GlobalObjectId, _
   ByVal b As GlobalObjectId _
) As System.Boolean
'Usage
 
public System.bool operator !=( 
   GlobalObjectId a,
   GlobalObjectId b
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: System.bool op_Inequality( 
   GlobalObjectId a,
   GlobalObjectId b
)
public:
System.bool operator !=( 
   GlobalObjectId a,
   GlobalObjectId b
)

Parameters

a
The first GlobalObjectId in the comparison.
b
The second GlobalObjectId in the comparison.

Return Value

The result of the operator.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalObjectId Structure
GlobalObjectId Members

Send Feedback