PdfColorSpaceEquals Method |
Determines whether the specified
Object is equal to this
PdfColorSpace instance.
Namespace: SautinSoft.Pdf.Content.ColorsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic override sealed bool Equals(
Object obj
)
Public Overrides NotOverridable Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The Object to compare with this color space instance.
Return Value
Boolean if the specified
Object is equal to this
PdfColorSpace instance; otherwise,
.
See Also