Namespace: DeltaEngine.ExtensionsAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool Compare(
this string value,
string other
)
public static bool Compare(
this string value,
string other
)
<ExtensionAttribute>
Public Shared Function Compare (
value As String,
other As String
) As Boolean
<ExtensionAttribute>
Public Shared Function Compare (
value As String,
other As String
) As Boolean
public:
[ExtensionAttribute]
static bool Compare(
String^ value,
String^ other
)
public:
[ExtensionAttribute]
static bool Compare(
String^ value,
String^ other
)
static member Compare :
value : string *
other : string -> bool
static member Compare :
value : string *
other : string -> bool
Return Value
Type:
BooleanUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).