-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_KeyEqualityComparer_2_Equals
andrewvk edited this page Mar 22, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Determines whether the specified objects are equal.
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.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