ColorEquals(Color) Method |
Determines whether the
otherColor is equal
to this
Color instance.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public bool Equals(
Color other
)
Public Function Equals (
other As Color
) As Boolean
Parameters
- other Color
- The other color to compare with this color instance.
Return Value
Boolean
true if the
otherColor is equal to this
Color instance; otherwise, false.
Implements
IEquatableTEquals(T)See Also