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