Aspose::BarCode::BarCodeRecognition::BaseDecodeType::Equals method

BaseDecodeType::Equals(System::SharedPtr<BaseDecodeType>) method

Returns a value indicating whether this instance is equal to a specified BaseDecodeType value.

bool Aspose::BarCode::BarCodeRecognition::BaseDecodeType::Equals(System::SharedPtr<BaseDecodeType> other) override
ParameterTypeDescription
otherSystem::SharedPtr<BaseDecodeType>An BaseDecodeType value to compare to this instance.

ReturnValue

true if obj has the same value as this instance; otherwise, false.

See Also

BaseDecodeType::Equals(System::SharedPtr<MultyDecodeType>) method

Returns a value indicating whether this instance is equal to a specified MultyDecodeType value.

virtual bool Aspose::BarCode::BarCodeRecognition::BaseDecodeType::Equals(System::SharedPtr<MultyDecodeType> other)
ParameterTypeDescription
otherSystem::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

BaseDecodeType::Equals(System::SharedPtr<SingleDecodeType>) method

Returns a value indicating whether this instance is equal to a specified SingleDecodeType value.

virtual bool Aspose::BarCode::BarCodeRecognition::BaseDecodeType::Equals(System::SharedPtr<SingleDecodeType> other)
ParameterTypeDescription
otherSystem::SharedPtr<SingleDecodeType>An SingleDecodeType value to compare to this instance.

ReturnValue

true if obj has the same value as this instance; otherwise, false.

See Also