Show / Hide Table of Contents

Method SetEquals

| Improve this Doc View Source

SetEquals(IModels, IModels)

Determines whether the current set and the specified collection contain the same elements.

Declaration
public static bool SetEquals(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 and the specified collection contain the same elements; otherwise, false.

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