ModelProperty.Equality Operator

Determines whether two specified ModelProperty objects are 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 equal; otherwise, false.

.NET Framework Security

See Also

Reference

ModelProperty Class

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture