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

Return Value

Type: System.Boolean
true if the properties are not equal; otherwise, false.

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture