Table of Contents

Method IsProperSubsetOf

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

IsProperSubsetOf(IEnumerable<T>)

Determines whether this set is a proper subset of the specified collection.

public bool IsProperSubsetOf(IEnumerable<T> other)

Parameters

other IEnumerable<T>

The collection to compare.

Returns

bool

true if this set is a proper subset of the specified collection; otherwise, false.