Skip to content

M_CodeJam_Collections_KeyEqualityComparer_2_Equals

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

KeyEqualityComparer(T, TKey).Equals Method (T, T)

Determines whether the specified objects are equal.

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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 

Parameters

 

x
Type: T
The first object of type T to compare.
y
Type: T
The second object of type T to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparer(T).Equals(T, T)

See Also

Reference

KeyEqualityComparer(T, TKey) Class
Equals Overload
CodeJam.Collections Namespace

Clone this wiki locally