Determines whether two specified
Color structures are equivalent.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic static bool operator ==(
Color left,
Color right
)
Public Shared Operator = (
left As Color,
right As Color
) As Boolean
public:
static bool operator ==(
Color left,
Color right
)
static let inline (=)
left : Color *
right : Color : bool
Parameters
- left
- Type: GroupDocs.Watermark.WatermarksColor
The Color that is to the left of the equality operator. - right
- Type: GroupDocs.Watermark.WatermarksColor
The Color that is to the right of the equality operator.
Return Value
Type:
BooleanTrue if the two
Color structures are equal; otherwise, false.
See Also