op_Equality
Color Equality operator
Testet, ob zwei angegeben sindColor Strukturen sind gleichwertig.
public static bool operator ==(Color left, Color right)
| Parameter | Typ | Beschreibung |
|---|---|---|
| left | Color | DasColor das ist links vom Gleichheitsoperator. |
| right | Color | DasColor das ist rechts vom Gleichheitsoperator. |
Rückgabewert
Stimmt, wenn die beidenColor Strukturen sind gleich; andernfalls falsch.
Siehe auch
- struct Color
- namensraum Aspose.Imaging
- Montage Aspose.Imaging