Share via


CurveKey.Equals Method (Object)

Returns a value that indicates whether the current instance is equal to a specified object.

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
    Object with which to make the comparison.

Return Value

Type: Boolean
Value that is true if the current instance is equal to the specified object, or false if it is not.

Requirements

Namespace: Microsoft.Xna.Framework

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

See Also

Reference

CurveKey Class
CurveKey Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone