Equals
Equals(Color)
Bestimmt, ob die angegebeneColor
Struktur ist dazu äquivalentColor
Struktur.
public bool Equals(Color other)
Parameter | Typ | Beschreibung |
---|---|---|
other | Color | Die zu testende Farbe. |
Rückgabewert
True, wenn other äquivalent dazu istColor
Struktur; andernfalls falsch.
Siehe auch
- struct Color
- namensraum GroupDocs.Watermark.Watermarks
- Montage GroupDocs.Watermark
Equals(object)
Bestimmt, ob das angegebene Objekt a istColor
> Struktur und entspricht dieserColor
Struktur.
public override bool Equals(object obj)
Parameter | Typ | Beschreibung |
---|---|---|
obj | Object | Das zu testende Objekt. |
Rückgabewert
Wahr, wenn Objekt a istColor
dazu äquivalente StrukturColor
Struktur; andernfalls falsch.
Siehe auch
- struct Color
- namensraum GroupDocs.Watermark.Watermarks
- Montage GroupDocs.Watermark