Share via


RejectText.Inequality operator

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    a As RejectText, _
    b As RejectText _
) As Boolean
'Usage
Dim a As RejectText
Dim b As RejectText
Dim returnValue As Boolean

returnValue = (a <> b)
public static bool operator !=(
    RejectText a,
    RejectText b
)

Parameters

Return value

Type: System.Boolean

See also

Reference

RejectText structure

RejectText members

Microsoft.Exchange.Data namespace