PdfRGBColor
Equals Method (PdfRGBColor)
|
Determines if the specified color is equal to this one.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool Equals(
PdfRGBColor colour
)
Public Function Equals (
colour As PdfRGBColor
) As Boolean
public:
bool Equals(
PdfRGBColor colour
)
member Equals :
colour : PdfRGBColor -> bool
Parameters
-
colour
-
Type:
Spire.Pdf.Graphics
PdfRGBColor
The color.
Return Value
Type:
Boolean
True if the color is equal; otherwise - False.
See Also