Share via


LocalizedString.Inequality operator

The Inequality operator overload compares the magnitude of 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
'Usage
Dim s1 As LocalizedString
Dim s2 As LocalizedString
Dim returnValue As Boolean

returnValue = (s1 <> s2)
public static bool operator !=(
    LocalizedString s1,
    LocalizedString s2
)

Parameters

Return value

Type: System.Boolean
The Inequality operator returns true if s1 is not equal to s2. Otherwise it returns false.

See also

Reference

LocalizedString structure

LocalizedString members

Microsoft.Exchange.Data.Common namespace