Color.Equals Method

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

Syntax

  public 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