Vixen
02b45cc4
csharp
public static class SignalComparer

Comparers for the cases where a type's own equality is the wrong answer.

No guide page documents this yet — the page shows what the code says about itself.

Methods (2)

  • public static IEqualityComparer<T> Never<T>()

    A comparer that reports nothing equal, so every write propagates.

  • public static IEqualityComparer<T> Reference<T>() where T : class

    A comparer that compares by reference identity only.

Used by (1)

  • SignalTestsVixen.Ui.Reactive.Tests