csharp
public static class SignalComparerComparers 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 : classA comparer that compares by reference identity only.
Used by (1)
- SignalTestsVixen.Ui.Reactive.Tests