Equals

Equals(QrCodeType)

Determines whether the specified QRCode is equal to the current object.

public bool Equals(QrCodeType other)
Parameter Type Description
other QrCodeType Object for comparison.

Return Value

Result of comparison.

See Also


Equals(object)

Overridden method determines whether the specified System.Object is equal to the current System.Object.

public override bool Equals(object obj)
Parameter Type Description
obj Object Object for comparison.

Return Value

Result of comparison.

See Also