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