Color.Equals Method
.NET Framework 3.5
Tests whether two Color structures are identical.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Equals(Object) | Tests whether the specified object is a Color structure and is equivalent to the current color. (Overrides ValueType.Equals(Object).) |
|
Equals(Color) | Tests whether the specified Color structure is identical to the current color. |
|
Equals(Color, Color) | Tests whether two Color structures are identical. |