Class ManifestDigestPartialEqualityComparer<T>
Inheritance
ManifestDigestPartialEqualityComparer<T>
Assembly: ZeroInstall.Model.dll
Syntax
public sealed class ManifestDigestPartialEqualityComparer<T> : Object where T : ImplementationBase
Type Parameters
Fields
Instance
A singleton instance of the comparer.
Declaration
public static readonly ManifestDigestPartialEqualityComparer<T> Instance
Field Value
Methods
Equals(T, T)
Declaration
public bool Equals(T x, T y)
Parameters
Type |
Name |
Description |
T |
x |
|
T |
y |
|
Returns
GetHashCode(T)
Always returns 0. The concept of hashing is not applicable to partial equality.
Declaration
public int GetHashCode(T obj)
Parameters
Type |
Name |
Description |
T |
obj |
|
Returns
Implements