public method Color.Equals

Brief

Checks whether the current object is equal to another object of the same type.

Declaration
C#
bool  Equals (Gehtsoft.PDFFlow.Models.Shared.Color other)

Parameters
other

The Color structure to compare with this object.

Declared in Color

back