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