ModelProperty.Inequality Operator
Determines whether two specified ModelProperty objects are not equal.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
first As ModelProperty, _
second As ModelProperty _
) As Boolean
public static bool operator !=(
ModelProperty first,
ModelProperty second
)
public:
static bool operator !=(
ModelProperty^ first,
ModelProperty^ second
)
static let inline (<>)
first:ModelProperty *
second:ModelProperty : bool
JScript does not support overloaded operators.
Parameters
- first
Type: Microsoft.Windows.Design.Model.ModelProperty
A ModelProperty to compare.
- second
Type: Microsoft.Windows.Design.Model.ModelProperty
A ModelProperty to compare.
Return Value
Type: System.Boolean
true if the properties are not equal; 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.Model Namespace