Table of Contents

Class ResourceSystemUtilities.RefComparer<T>

Namespace
KSP.Sim.ResourceSystem
Assembly
Assembly-CSharp.dll
public sealed class ResourceSystemUtilities.RefComparer<T> : IEqualityComparer<T>

Type Parameters

T
Inheritance
ResourceSystemUtilities.RefComparer<T>
Implements
Inherited Members
Extension Methods

Constructors

RefComparer()

public RefComparer()

Properties

Instance

public static ResourceSystemUtilities.RefComparer<T> Instance { get; }

Property Value

ResourceSystemUtilities.RefComparer<T>

Methods

Equals(T, T)

public bool Equals(T lhs, T rhs)

Parameters

lhs T
rhs T

Returns

bool

GetHashCode(T)

public int GetHashCode(T value)

Parameters

value T

Returns

int