Share via


Rectangle.Equals Method

Tests whether the specified object is a Rectangle structure and is equivalent to the current Rectangle 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