OrderToken.Inequality Operator
Determines whether two specified order tokens are not equal.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
first As OrderToken, _
second As OrderToken _
) As Boolean
public static bool operator !=(
OrderToken first,
OrderToken second
)
public:
static bool operator !=(
OrderToken^ first,
OrderToken^ second
)
static let inline (<>)
first:OrderToken *
second:OrderToken : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.Windows.Design.OrderToken
The first OrderToken to compare.
- second
Type: Microsoft.Windows.Design.OrderToken
The second OrderToken to compare.
Return Value
Type: System.Boolean
true if first does not equal second; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace