Responder 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 Object, _
   ByVal y As Object _
) As Boolean
'Usage
 
Dim x As Object
Dim y As Object
Dim value As Boolean
 
value = DbCompare.IsNotEqual(x, y)
public static bool IsNotEqual( 
   object x,
   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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbCompare Class
DbCompare Members

 

 


Send Comment