Click or drag to resize

BcfDictionaryContentComparisonTKey, TValue Class

[This is preliminary documentation and is subject to change.]

Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfDictionaryContentComparisonTKey, TValue

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public static class BcfDictionaryContentComparison<TKey, TValue>

Type Parameters

TKey
The type of keys in the dictionary.
TValue
The type of values in the dictionary.

The BcfDictionaryContentComparisonTKey, TValue type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromComparers
Returns a content equality comparison based on specified comparers.
Public methodStatic memberFromContentComparisons
Returns a content equality comparison based on specified comparers.
Top
Fields
  NameDescription
Public fieldStatic memberDefault
Returns a content equality comparison based on Default.
Top
See Also