Method | Description | |
---|---|---|
DataCharacter ( int value, int checksumPortion ) : System |
Initializes a new instance of the DataCharacter class.
|
|
Equals ( Object o ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : String |
Returns a System.String that represents this instance.
|
public DataCharacter ( int value, int checksumPortion ) : System | ||
value | int | The value. |
checksumPortion | int | The checksum portion. |
return | System |
public Equals ( Object o ) : bool | ||
o | Object | The |
return | bool |