次の方法で共有


Point.Equals Method (Point)

Determines whether two Point instances are equal.

Syntax

'Declaration
Public Function Equals ( _
         other As Point _
) As Boolean 
public bool Equals (
         Point other
)
public:
bool Equals(
         Point other
)

Parameters

  • other
    Type: Point
    The Point to compare this instance to.

Return Value

Type: Boolean
true if the instances are equal; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Point Structure
Point Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone