Show / Hide Table of Contents

Method IsProperSupersetOf

| Improve this Doc View Source

IsProperSupersetOf(IModels, IModels)

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

Declaration
public static bool IsProperSupersetOf(this IModels source, IModels other)
Parameters
Type Name Description
IModels source

The current set.

IModels other

The collection to compare to the current set.

Returns
Type Description
System.Boolean

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

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