Property | Type | Description | |
---|---|---|---|
Instance | IDependencyFingerprint |
Method | Description | |
---|---|---|
Equals ( IDependencyFingerprint other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
NoDependencyFingerprint ( IProtocolSerializer serializer, |
Serialization constructor for NoDependencyFingerprint
|
|
Save ( IProtocolSerializer serializer, |
Saves the fingerprint to the given target stream
|
Method | Description | |
---|---|---|
NoDependencyFingerprint ( ) : System.IO |
public Equals ( IDependencyFingerprint other ) : bool | ||
other | IDependencyFingerprint | An object to compare with this object. |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |
public NoDependencyFingerprint ( IProtocolSerializer serializer, |
||
serializer | IProtocolSerializer | Serializer implementation to be used |
sourceStream | Stream representing this object | |
return | System.IO |
public Save ( IProtocolSerializer serializer, |
||
serializer | IProtocolSerializer | The serializer implementation to be used |
targetStream | The stream to be used when serializing the fingerprint | |
return | void |