ArcFM Responder Mobile Developer Guide
IsEqual Method (DbCompare)






First value to compare.
Second value to compare.
Indicates whether two values are equivalent.
Syntax
'Declaration
 
Public Shared Function IsEqual( _
   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.IsEqual(x, y)
public static System.bool IsEqual( 
   System.object x,
   System.object y
)
public function IsEqual( 
    x: System.TObject;
    y: System.TObject
): System.Boolean; static; 
public static function IsEqual( 
   x : System.Object,
   y : System.Object
) : System.boolean;
public: static System.bool IsEqual( 
   System.Object* x,
   System.Object* y
) 
public:
static System.bool IsEqual( 
   System.Object^ x,
   System.Object^ y
) 

Parameters

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

Return Value

True if the values are 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