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
'Usage
Dim instance As LocalizedString
Dim that As LocalizedString
Dim returnValue As Boolean
returnValue = instance.Equals(that)
public bool Equals(
LocalizedString that
)
Parameters
- that
Type: Microsoft.Exchange.Data.Common.LocalizedString
The LocalizedString object to compare.
Return Value
Type: System.Boolean
The Equals method returns true if the strings are identical. Otherwise it returns false.