ArcFM Responder Mobile Developer Guide
Inequality Operator (DeviceInfo)






see Equals(DeviceInfo)
see Equals(DeviceInfo)
see Equals(DeviceInfo)
Syntax
'Declaration
 
Public Operator <>( _
   ByVal left As DeviceInfo, _
   ByVal right As DeviceInfo _
) As System.Boolean
'Usage
 
public System.bool operator !=( 
   DeviceInfo left,
   DeviceInfo right
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: System.bool op_Inequality( 
   DeviceInfo* left,
   DeviceInfo* right
)
public:
System.bool operator !=( 
   DeviceInfo^ left,
   DeviceInfo^ right
)

Parameters

left
see Equals(DeviceInfo)
right
see Equals(DeviceInfo)

Return Value

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

DeviceInfo Class
DeviceInfo Members

Send Feedback