LocalizedString.Equals Method (LocalizedString)
The Equals method compares this LocalizedString object with another.
Namespace: Microsoft.Exchange.Data.Common
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Function Equals ( _
that As LocalizedString _
) As Boolean
public bool Equals (
LocalizedString that
)
public:
virtual bool Equals (
LocalizedString that
) sealed
public final boolean Equals (
LocalizedString that
)
public final function Equals (
that : LocalizedString
) : boolean
Parameters
- that
The LocalizedString object to compare.
Return Value
The Equals method returns true if the strings are identical. 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