ColorEquals Method (Object) |
Determines whether the specified object is a
Color> structure and is equivalent to
this
Color structure.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The object to test.
Return Value
Type:
Boolean
True if object is a
Color structure equivalent to this
Color structure; otherwise, false.
See Also