ImmutableArray<T>::Remove Method (T, IEqualityComparer<T>^)
Returns an array with the first occurrence of the specified element removed from the array.
If no match is found, the current array is returned.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- item
-
Type:
T
The item to remove.
- equalityComparer
-
Type:
System.Collections.Generic::IEqualityComparer<T>^
The equality comparer to use in the search.
Return Value
Type: System.Collections.Immutable::ImmutableArray<T>A new array with the specified item removed.
Show: