Responder Developer Guide
IsEqual Method


Version: 10.2.1a

Resource Center Home

First value to compare.
Second value to compare.
Indicates whether two values are equivalent.
Syntax
'Declaration
 
Public Shared Function IsEqual( _
   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.IsEqual(x, y)
public static bool IsEqual( 
   object x,
   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 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