ReadOnlyLazySetTIsProperSubsetOf Method Hazelcast .Net Client Class Library

Namespace: Hazelcast.Util
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public bool IsProperSubsetOf(
	IEnumerable<T> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableT

Return Value

Type: Boolean

Implements

ISetTIsProperSubsetOf(IEnumerableT)
See Also

Reference