Click or drag to resize
MultiDictionaryTKey, TValueEqualValues Method
Determine if two values are equal.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected override sealed bool EqualValues(
	TValue value1,
	TValue value2
)

Parameters

value1
Type: TValue
First value to compare.
value2
Type: TValue
Second value to compare.

Return Value

Type: Boolean
True if the values are equal.
See Also