Bridge

ISet<(Of <(<'T>)>)>..::..SetEquals Method

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


bool SetEquals(
	IEnumerable<T> other
)
Function SetEquals ( _
	other As IEnumerable(Of T) _
) As Boolean
bool^ SetEquals(
	IEnumerable<T>^ other
)

Parameters

other
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>