new OneDExtendedParameters()

Methods

static

isEqual(first, second)

Returns a value indicating whether the first value is equal to the second

Parameters

Name Type Optional Description

first

 

 

A first compared value

second

 

 

A second compared value

Returns

true if first has the same value as second; otherwise, false.

static

op_Equality(first, second)

Returns a value indicating whether the first OneDExtendedParameters value is equal to the second.

Parameters

Name Type Optional Description

first

 

 

A first compared value

second

 

 

A second compared value

Returns

true if first has the same value as second; otherwise, false.

static

op_Inequality(first, second)

Returns a value indicating if the first OneDExtendedParameters value is different from the second.

Parameters

Name Type Optional Description

first

 

 

A first compared value

second

 

 

A second compared value

Returns

true if first has the different value from second; otherwise, false.

equals(obj)

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

Parameter

Name Type Optional Description

obj

 

 

An System.Object value to compare to this instance.

Returns

true if obj has the same value as this instance; otherwise, false.

getCheckSum()

Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode.

getValue()

Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum.

hashCode()

Returns the hash code for this instance.

Returns

A 32-bit signed integer hash code.

isEmpty()

Tests whether all parameters has only default values Value: Returns {@code true} if all parameters has only default values; otherwise, {@code false}.

toString()

Returns a human-readable string representation of this OneDExtendedParameters.

Returns

A string that represents this OneDExtendedParameters.