ArcFM Responder Mobile Developer Guide
IsNotEqual Method






First value to compare.
Second value to compare.
Indicates whether two values are not equivalent.
Syntax
'Declaration
 
Public Shared Function IsNotEqual( _
   ByVal x As System.Object, _
   ByVal y As System.Object _
) As System.Boolean
'Usage
 
Dim x As System.Object
Dim y As System.Object
Dim value As System.Boolean
 
value = DbCompare.IsNotEqual(x, y)
public static System.bool IsNotEqual( 
   System.object x,
   System.object y
)
public function IsNotEqual( 
    x: System.TObject;
    y: System.TObject
): System.Boolean; static; 
public static function IsNotEqual( 
   x : System.Object,
   y : System.Object
) : System.boolean;
public: static System.bool IsNotEqual( 
   System.Object* x,
   System.Object* y
) 
public:
static System.bool IsNotEqual( 
   System.Object^ x,
   System.Object^ y
) 

Parameters

x
First value to compare.
y
Second value to compare.

Return Value

True if the values are not equivalent, otherwise false.
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

DbCompare Class
DbCompare Members

Send Feedback