Determines whether two specified
Color structures are different.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.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 inequality operator. - right
- Type: GroupDocs.Watermark.WatermarksColor
The Color that is to the right of the inequality operator.
Return Value
Type:
BooleanTrue if the two
Color structures are different; otherwise, false.
See Also