QrCodeType

QrCodeType class

Specify QRCode type properties.

public sealed class QrCodeType : IEquatable<QrCodeType>

Properties

Name Description
TypeIndex { get; } Gets index of object in collection of supported QRCode types.
TypeName { get; } Gets name of QRCode Type.

Methods

Name Description
override Equals(object) Overridden method determines whether the specified System.Object is equal to the current System.Object.
Equals(QrCodeType) Determines whether the specified QRCode is equal to the current object.
override GetHashCode() Overridden method serves as a hash function for a particular type.

See Also