Complex.Equals
Equals(object)
Determines whether the specified Object, is equal to this instance.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Object to compare with this instance. |
Return Value
true
if the specified Object is equal to this instance; otherwise, false
.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging
Equals(Complex)
Determines whether the specified Object, is equal to this instance.
public bool Equals(Complex other)
Parameter | Type | Description |
---|---|---|
other | Complex | The Object to compare with this instance. |
Return Value
true
if the specified Object is equal to this instance; otherwise, false
.
See Also
- struct Complex
- namespace Aspose.Imaging.ImageFilters.ComplexUtils
- assembly Aspose.Imaging