OpenTypeMethods.Equal Method
Determines whether the specified objects are considered equal.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Equal ( _
left As Object, _
right As Object _
) As Object
'Usage
Dim left As Object
Dim right As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Equal(left, right)
public static Object Equal(
Object left,
Object right
)
public:
static Object^ Equal(
Object^ left,
Object^ right
)
static member Equal :
left:Object *
right:Object -> Object
public static function Equal(
left : Object,
right : Object
) : Object
Parameters
- left
Type: System.Object
The first object to compare.
- right
Type: System.Object
The second object to compare.
Return Value
Type: System.Object
true when both objects are equal; otherwise, false.