Share via


RelativePosition.Equals Method (RelativePosition)

Determines whether the specified RelativePosition is equal to this RelativePosition.

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

Syntax

'Declaration
Public Function Equals ( _
    position As RelativePosition _
) As Boolean
public bool Equals(
    RelativePosition position
)
public:
bool Equals(
    RelativePosition^ position
)
member Equals : 
        position:RelativePosition -> bool 
public function Equals(
    position : RelativePosition
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the RelativePosition objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

RelativePosition Class

Equals Overload

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility