LocalizedString.op_Inequality Method

The op_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
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

  • s2
    The second LocalizedString to compare.

Return Value

The op_Inequality operator returns true if s1 is not equal to s2. 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