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