Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in iequatable
Linq .Except function "At least one object must implement IComparable."
Dec 15, 2022
c#
linq
iequatable
How to test for NaN with generics (or why NaN.Equals(NaN) == true)?
Dec 13, 2022
c#
iequatable
My IEquatable is still using Object.GetHashcode for Dictionary<T>[]
Nov 03, 2022
c#
c#-4.0
dictionary
generic-collections
iequatable
Custom object using Except failing to use IEqualityComparer<T>
Oct 13, 2022
c#
linq
iequalitycomparer
iequatable
When to specify constraint `T : IEquatable<T>` even though it is not strictly required?
Feb 23, 2022
c#
generics
type-parameter
type-constraints
iequatable
Should I be using IEquatable to ease testing of factories?
Sep 26, 2022
c#
unit-testing
factory-pattern
iequatable
Compiler picking wrong overload calling IEquatable<T>.Equals
May 17, 2021
c#
overloading
iequatable
How to use Object.GetHashCode() on a type that overrides GetHashCode()
Jun 28, 2016
c#
gethashcode
iequatable
iequalitycomparer
referenceequals
Testing for value equality between two interface instances in c#?
Oct 18, 2021
c#
interface
iequatable
How to compare two IEnumerable<T> in C# if I don't know the actual object type?
May 30, 2022
c#
iequatable
Comparing two collections with IEquatable while using only LINQ
Jan 14, 2021
c#
linq
.net-4.5
ienumerable
iequatable
Implement IEquatable for POCO
Oct 28, 2022
entity-framework-4
iequatable
IEquatable Interface what to do when checking for null
May 28, 2019
c#
iequatable
Generic class that conforms to Comparable in Swift
Nov 05, 2022
generics
swift
comparable
iequatable
Is it important to override Equals if I'm implementing IEquatable<T>?
Oct 16, 2022
c#
generics
equality
iequatable
Class implementation of IEquatable for use as a key in a dictionary
Apr 22, 2022
c#
dictionary
hashcode
iequatable
Equals method implementation helpers (C#)
Feb 14, 2022
c#
.net
equals
gethashcode
iequatable
Why is Array.IndexOf not checking for IEquatable like List<T> does?
Aug 30, 2022
c#
.net
collections
indexof
iequatable
Implement GetHashCode on a class that has wildcard Equatability
Sep 20, 2022
c#
wildcard
hashcode
iequatable
Howto override List<T> Contains
Nov 07, 2022
c#
generics
contains
iequatable
Older Entries »