Click or drag to resize

DefinitionalObject.CollectionItemsAreSameDefinition Method

Overload List
  NameDescription
Public methodStatic memberCollectionItemsAreSameDefinition<T>(T[],T[])
Determines if two collections contain items with the same definition and in the same order, or are both null.
Public methodStatic memberCollectionItemsAreSameDefinition<T>(IEnumerable<T>, IEnumerable<T>)
Determines if two collections contain items with the same definition and in the same order, or are both null.
Public methodStatic memberCollectionItemsAreSameDefinition<T>(TimeIntervalCollection<T>, TimeIntervalCollection<T>)
Determines if two interval collections contain items with the same definition and in the same order, or are both null.
Top
See Also