SetDocumentationIsProperSubsetOf Method

Determines whether the current set is a proper (strict) subset of a specified collection.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public bool IsProperSubsetOf(
	IEnumerable<int> other
)

Parameters

other  IEnumerableInt32
The collection to compare to the current set.

Return Value

Boolean
if the current set is a proper subset of other; otherwise, .

Implements

ISetTIsProperSubsetOf(IEnumerableT)

Exceptions

See Also