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

EqualityComparison

Narumikazuchi edited this page Sep 17, 2021 · 6 revisions

Variants

EqualityComparison<T>

EqualityComparison<T>

Represents the method to compare two instances of the same type for equality.

delegate System.Boolean EqualityComparison<T>(T first, 
                                              T second);

Clone this wiki locally