Share via


Point.Equals Method

Tests whether the specified object is a Point structure and is equivalent to the current Point structure.

Syntax

  public virtual bool Equals(
  object  
  obj
);

Parameters

obj

System.Object.  The object to test.

Return Value

System.Booleantrue if the structures are equal; otherwise, false.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also