DefinitionalObject.CollectionItemsAreSameDefinition Method |
Name | Description | |
---|---|---|
![]() ![]() | CollectionItemsAreSameDefinition<T>(T[],T[]) |
Determines if two collections contain items with the same definition and in the same order,
or are both null.
|
![]() ![]() | CollectionItemsAreSameDefinition<T>(IEnumerable<T>, IEnumerable<T>) |
Determines if two collections contain items with the same definition and in the same order,
or are both null.
|
![]() ![]() | CollectionItemsAreSameDefinition<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.
|