Table of Contents

Interface INameComparerThatCanRemoveAComparer

Namespace
Rinku.Mapping
Assembly
Rinku.dll

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

other INameComparer

Returns

INameComparer