GradientFillFormat
Equals Method
|
Indicates whether the two GradientFormat instances are equal.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public 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:
System
Object
The GradientFormat to compare with the current GradientFormat.
Return Value
Type:
Boolean
true
if the specified GradientFormat is equal to the current GradientFormat; otherwise,
false
.
See Also