Color.op_Equality
Color Equality operator
Tests whether two specified Color structures are equivalent.
public static bool operator ==(Color left, Color right)
| Parameter | Type | Description | 
|---|---|---|
| left | Color | The Color that is to the left of the equality operator. | 
| right | Color | The Color that is to the right of the equality operator. | 
Return Value
true if the two Color structures are equal; otherwise, false.
See Also
- struct Color
 - namespace System.Drawing
 - assembly Aspose.Drawing