Class EquatableUtil
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Fundamentals.dll
public static class EquatableUtil
- Inheritance
-
EquatableUtil
- Inherited Members
Methods
- Equals<TThis, TOther>(TThis, TOther?)
This is a utility method you can call from your override of System.Object.Equals(object) when you have already implemented IEquatable<TThis>.Equals(TThis other).
- OperatorEquals<T>(T?, T?)
This is a utility method you can call from your implementation of operator== when you have already implemented IEquatable<T>.Equals(T other).