Operators.CompareObject Method
Represents Visual Basic comparison operators.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
'Declaration Public Shared Function CompareObject ( _ Left As Object, _ Right As Object, _ TextCompare As Boolean _ ) As Integer 'Usage Dim Left As Object Dim Right As Object Dim TextCompare As Boolean Dim returnValue As Integer returnValue = Operators.CompareObject(Left, _ Right, TextCompare)
Parameters
- Left
- Type: System.Object
Required. Any expression.
- Right
- Type: System.Object
Required. Any expression.
- TextCompare
- Type: System.Boolean
Required. True to perform a case-insensitive string comparison; otherwise, False.
Return Value
Type: System.Int32Value | Condition |
|---|---|
-1 | Left is less than Right. |
0 | Left and Right are equal. |
1 | Left is greater than Right. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.