Method ContainsAny
| Improve this Doc View SourceContainsAny(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. |