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.
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
- position
Type: Microsoft.Windows.Design.Interaction.RelativePosition
The RelativePosition to test.
Return Value
Type: System.Boolean
true if the RelativePosition 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
Microsoft.Windows.Design.Interaction Namespace