QrCodeTypeEquals Method (QrCodeType) |
Determines whether the specified QRCode is equal to the current object.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic bool Equals(
QrCodeType other
)
Public Function Equals (
other As QrCodeType
) As Boolean
public:
virtual bool Equals(
QrCodeType^ other
) sealed
abstract Equals :
other : QrCodeType -> bool
override Equals :
other : QrCodeType -> bool
Parameters
- other
- Type: GroupDocs.Signature.DomainQrCodeType
Object for comparison.
Return Value
Type:
BooleanResult of comparison.
Implements
IEquatableTEquals(T)
See Also