Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Override the equals method.
|
|
GetHashCode ( ) : int |
Override the GetHashCode method.
|
|
SignatureObject ( ) : System |
Initializes a new instance of the SignatureObject class.
|
|
ToString ( ) : string |
Override the ToString method.
|
Method | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Used to de-serialize the element.
|
|
SerializeItemsToByteList ( List |
Used to convert the element into a byte List.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | A Byte array |
currentIndex | int | Start position |
lengthOfItems | int | The length of the items |
return | void |
public Equals ( object obj ) : bool | ||
obj | object | Specify the compared instance. |
return | bool |
protected SerializeItemsToByteList ( List |
||
byteList | List |
A Byte list |
return | int |