Equals

Equals(ArgbColor)

Controleert tweeArgbColor kleuren voor gelijkheid

public bool Equals(ArgbColor other)
Parameter Type Beschrijving
other ArgbColor De andereArgbColor kleur

Winstwaarde

Waar als beide kleuren of gelijk zijn, anders onwaar.

Zie ook


Equals(object)

Test of een ander object hieraan gelijk isArgbColor instantie.

public override bool Equals(object other)
Parameter Type Beschrijving
other Object Het object om mee te testen.

Winstwaarde

Waar als de twee objecten gelijk zijn, anders onwaar.

Zie ook