Equals

Equals(BarcodeType)

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

public bool Equals(BarcodeType other)
Parameter Type Description
other BarcodeType 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