Determines whether
first and
second Color are equal.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public static bool operator ==(
Color first,
Color second
)
Public Shared Operator = (
first As Color,
second As Color
) As Boolean
Parameters
- first Color
- The first color.
- second Color
- The second color.
Return Value
Boolean
true if
first and
second colors are equal; otherwise, false.
See Also