ColorEquals Method (Color) |
Determines whether the
other Color is equal to this
Color instance.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic bool Equals(
Color other
)
Public Function Equals (
other As Color
) As Boolean
Parameters
- other
- Type: GemBox.DocumentColor
The other color to compare with this color instance.
Return Value
Type:
Boolean if the
other Color is equal to this
Color instance; otherwise,
.
Implements
IEquatableTEquals(T)
See Also