Aspose::BarCode::BarCodeRecognition::MultyDecodeType::Equals method
Contents
[
Hide
]MultyDecodeType::Equals(System::SharedPtr<MultyDecodeType>) method
Returns a value indicating whether this instance is equal to a specified MultyDecodeType value.
bool Aspose::BarCode::BarCodeRecognition::MultyDecodeType::Equals(System::SharedPtr<MultyDecodeType> other) override
Parameter | Type | Description |
---|---|---|
other | System::SharedPtr<MultyDecodeType> | An MultyDecodeType value to compare to this instance. |
ReturnValue
true if obj has the same value as this instance; otherwise, false.
See Also
- Class MultyDecodeType
- Class MultyDecodeType
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++
MultyDecodeType::Equals(System::SharedPtr<System::Object>) method
Returns a value indicating whether this instance is equal to a specified MultyDecodeType value.
bool Aspose::BarCode::BarCodeRecognition::MultyDecodeType::Equals(System::SharedPtr<System::Object> obj) override
Parameter | Type | Description |
---|---|---|
obj | System::SharedPtr<System::Object> | An System.Object value to compare to this instance. |
ReturnValue
true if obj has the same value as this instance; otherwise, false.
See Also
- Class MultyDecodeType
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++