ColorOperationEquals Method |
Determines whether the two ColorOperation instances are equal.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
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 ColorOperation to compare with the current ColorOperation.
Return Value
Type:
Booleantrue if the specified ColorOperation is equal to the current ColorOperation;
otherwise,
false.
See Also