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.
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
- value
Type: Microsoft.Windows.Design.Interaction.RelativePoint
The RelativePoint to test.
Return Value
Type: System.Boolean
true if the RelativePoint objects have the same coordinates; 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