method

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

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

bool Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Equals(System::SharedPtr<SingleDecodeType> other) override
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

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

Returns a value indicating whether the specified MultiDecodeType collection contains only this decode type.

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

ReturnValue

true if collection contains only this decode type; otherwise, false.

See Also

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

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

bool Aspose::BarCode::BarCodeRecognition::SingleDecodeType::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::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