Interface INameComparerThatCanRemoveAComparer
Lets a name comparer remove another comparer.
public interface INameComparerThatCanRemoveAComparer : INameComparer
- Inherited Members
- Extension Methods
Methods
TryRemove(INameComparer)
Attempts to remove the target comparer. Returns the updated structure if found, otherwise null.
INameComparer? TryRemove(INameComparer other)
Parameters
otherINameComparer