Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

EqualityComparison

Davy Ganzel edited this page Jun 3, 2022 · 6 revisions

Assembly: Narumikazuchi.dll
Namespace: Narumikazuchi

Variants

EqualityComparison<TComparable>

EqualityComparison<TComparable>

Represents the method that will handle a comparison of two instances of type TComparable.

public delegate void EqualityComparison<TComparable>(TComparable first, 
                                                     TComparable second);

Clone this wiki locally