Share via


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

Return value

Type: System.Boolean
The Equals method returns true if the strings are identical. Otherwise it returns false.

See also

Reference

LocalizedString structure

LocalizedString members

Equals overload

Microsoft.Exchange.Data.Common namespace