Click or drag to resize

PairTKey, TValueEquals(PairTKey, TValue) Method

Determines whether the specified PairTKey, TValue is equal to the current PairTKey, TValue.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Equals(
	Pair<TKey, TValue>? other
)

Parameters

other  PairTKey, TValue
The Object to compare with the current PairTKey, TValue.

Return Value

Boolean
if the specified Object is equal to the current PairTKey, TValue; otherwise, .

Implements

IEquatableTEquals(T)
See Also