Share via


RelativeValue.Equality Operator

Compares two RelativeValue structures.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    first As RelativeValue, _
    second As RelativeValue _
) As Boolean
public static bool operator ==(
    RelativeValue first,
    RelativeValue second
)
public:
static bool operator ==(
    RelativeValue first, 
    RelativeValue second
)
static let inline (=)
        first:RelativeValue * 
        second:RelativeValue  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the two RelativeValue structures are equal; otherwise, false.

.NET Framework Security

See Also

Reference

RelativeValue Structure

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility