 | PairTKey, TValueEquals(PairTKey, TValue) Method |
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool Equals(
Pair<TKey, TValue>? other
)
Public Function Equals (
other As Pair(Of TKey, TValue)
) As Boolean
public:
virtual bool Equals(
Pair<TKey, TValue>^ other
) sealed
abstract Equals :
other : Pair<'TKey, 'TValue> -> bool
override Equals :
other : Pair<'TKey, 'TValue> -> bool
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