Table of Contents

Class GameFilePathComparer

Namespace: CmlLib.Core.Files
Assembly: CmlLib.Core.dll

public class GameFilePathComparer : IEqualityComparer<GameFile>

Inheritance

objectGameFilePathComparer

Implements

IEqualityComparer<GameFile>

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

GameFilePathComparer

Methods

Equals(GameFile?, GameFile?)

public bool Equals(GameFile? x, GameFile? y)

Parameters

x GameFile?

y GameFile?

Returns

bool

GetHashCode(GameFile)

public int GetHashCode(GameFile obj)

Parameters

obj GameFile

Returns

int