-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Collections_KeyEqualityComparer_2_Equals
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Determines whether the specified objects are equal.
Namespace: CodeJam.Collections
Assembly: 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: Boolean
true if the specified objects are equal; otherwise, false.
IEqualityComparer(T).Equals(T, T)
KeyEqualityComparer(T, TKey) Class
Equals Overload
CodeJam.Collections Namespace