Attachment.op_Inequality Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

The op_Inequality method compares two specified instances of the Attachment class for inequality.

Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    a As Attachment, _
    b As Attachment _
) As Boolean
public static bool operator != (
    Attachment a,
    Attachment b
)
public:
static bool operator != (
    Attachment^ a, 
    Attachment^ b
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.

Parameters

  • a
    The first instance of the Attachment class to compare.
  • b
    The second instance of the Attachment class to compare.

Return Value

The Attachment method returns a value of true if the two instances of the Attachment class are not equal; otherwise, the method returns a value of 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)

Target Platforms

See Also

Reference

Attachment Class
Attachment Members
Microsoft.Exchange.Data.Transport.Email Namespace