Quadrangle.Equals
Contents
[
Hide
]Equals(Quadrangle)
Returns a value indicating whether this instance is equal to a specified Quadrangle
value.
public bool Equals(Quadrangle other)
Parameter | Type | Description |
---|---|---|
other | Quadrangle | An Quadrangle value to compare to this instance. |
Return Value
true if obj has the same value as this instance; otherwise, false.
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
Equals(object)
Returns a value indicating whether this instance is equal to a specified Quadrangle
value.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | An System.Object value to compare to this instance. |
Return Value
true if obj has the same value as this instance; otherwise, false.
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode