ColorEquals Method (Color) |
Determines whether the specified
Color structure is equivalent to this
Color structure.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic bool Equals(
Color other
)
Public Function Equals (
other As Color
) As Boolean
public:
bool Equals(
Color other
)
member Equals :
other : Color -> bool
Parameters
- other
- Type: GroupDocs.Watermark.WatermarksColor
The color to test.
Return Value
Type:
BooleanTrue if other is equivalent to this
Color structure; otherwise, false.
See Also