There was an error while loading. Please reload this page.
Determines whether the specified objects are equal.
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool Equals( T x, T y )
VB
Public Function Equals ( x As T, y As T ) As Boolean
F#
abstract Equals : x : 'T * y : 'T -> bool override Equals : x : 'T * y : 'T -> bool
Type: Booleantrue if the specified objects are equal; otherwise, false.
IEqualityComparer(T).Equals(T, T)
KeyEqualityComparer(T, TKey) ClassEquals OverloadCodeJam.Collections Namespace