Share via


Rotation.Equals Method

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