PdfRGBColor
Equals Method (Object)
|
Determines whether the specified
is equal to the current .
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
-
obj
-
Type:
System
Object
Theto
compare with the current .
Return Value
Type:
Boolean
True if the specifiedis equal
to the current ; otherwise -
False.
See Also