Show / Hide Table of Contents

Method ContainsAny

| Improve this Doc View Source

ContainsAny(IModels, IModels)

Determines whether source model set contains any of the specified model set.

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

The source model set.

IModels other

The specified model set.

Returns
Type Description
System.Boolean

true if source model set contains any of the specified model set, otherwise false.

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