Share via


AdornerPlacementValue.Equals Method (AdornerPlacementValue)

Returns a value indicating whether this instance is equal to a specified AdornerPlacementValue.

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

Syntax

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

AdornerPlacementValue Structure

Equals Overload

Microsoft.Windows.Design.Interaction Namespace

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Other Resources

Walkthrough: Implementing a Rail Inside a Control

Understanding WPF Designer Extensibility