Share via


RelativePoint.Equals Method (RelativePoint)

Specifies whether this RelativePoint contains the same coordinates as the specified RelativePoint.

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

Syntax

'Declaration
Public Function Equals ( _
    value As RelativePoint _
) As Boolean
public bool Equals(
    RelativePoint value
)
public:
bool Equals(
    RelativePoint value
)
member Equals : 
        value:RelativePoint -> bool 
public function Equals(
    value : RelativePoint
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the RelativePoint objects have the same coordinates; otherwise, false.

.NET Framework Security

See Also

Reference

RelativePoint Structure

Equals Overload

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility