Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: Microsoft.Windows.Design.Interaction.AdornerPlacementValue
The value to test.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AdornerPlacementValue Structure
Microsoft.Windows.Design.Interaction Namespace