public method Color.Equals

Brief

Checks whether the specified object is a Color structure equivalent to this Color structure.

Declaration
C#
bool  Equals (object obj)

Parameters
obj

The object to check.

Declared in Color

back