Link Search Menu Expand Document

Weight Class

Represents the weight of the person identified in the ID card. The level of detail provided varies by jurisdiction, as some provide no information on weight, others give a range, and some give an exact measurement.
Inheritance Hierarchy
SystemObject
Bytescout.BarCodeReaderWeight

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public class Weight : IComparable<Weight>, 
	IEquatable<Weight>

The Weight type exposes the following members.

Constructors
NameDescription
Public methodWeight
Initializes a new instance of the Weight class
Top
Properties
Top
Methods
NameDescription
Public methodCompareTo
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(Weight)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromImperial
Public methodStatic memberFromMetric
Public methodStatic memberFromRange
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Operators
NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also

Reference