Class GameFilePathComparer
Namespace: CmlLib.Core.Files
Assembly: CmlLib.Core.dll
public class GameFilePathComparer : IEqualityComparer<GameFile>
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Default
public static readonly GameFilePathComparer Default
Field Value
Methods
Equals(GameFile?, GameFile?)
public bool Equals(GameFile? x, GameFile? y)
Parameters
x GameFile?
y GameFile?
Returns
GetHashCode(GameFile)
public int GetHashCode(GameFile obj)
Parameters
obj GameFile