Show / Hide Table of Contents

Method IsProperSubsetOf

| Improve this Doc View Source

IsProperSubsetOf(IScalars, IScalars)

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

Declaration
public static bool IsProperSubsetOf(this IScalars source, IScalars other)
Parameters
Type Name Description
IScalars source

The current set.

IScalars other

The collection to compare to the current set.

Returns
Type Description
System.Boolean

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

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest