LocalizedString.op_Equality Method
The op_Equality operator compares two LocalizedString objects.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Shared Operator = ( _
s1 As LocalizedString, _
s2 As LocalizedString _
) As Boolean
public static bool operator == (
LocalizedString s1,
LocalizedString s2
)
public:
static bool operator == (
LocalizedString s1,
LocalizedString s2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- s1
A LocalizedString to compare.
- s2
A LocalizedString to compare.
Return Value
The op_Equality operator returns true if s1 and s2 are equal. Otherwise, it returns false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003