次の方法で共有


Point.Equals Method (Object)

Determines whether two Point instances are equal.

Syntax

'Declaration
Public Overrides Function Equals ( _
         obj As Object _
) As Boolean 
public override bool Equals (
         Object obj
)
public:
bool Equals(
         Object obj
) override

Parameters

  • obj
    Type: Object
    The object 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