Class ObjectEqualityComparer
Inheritance
System.Object
System.Collections.Generic.EqualityComparer<System.Object>
ObjectEqualityComparer
Implements
System.Collections.Generic.IEqualityComparer<System.Object>
System.Collections.IEqualityComparer
Inherited Members
System.Collections.Generic.EqualityComparer<System.Object>.System.Collections.IEqualityComparer.Equals(System.Object, System.Object)
System.Collections.Generic.EqualityComparer<System.Object>.System.Collections.IEqualityComparer.GetHashCode(System.Object)
System.Collections.Generic.EqualityComparer<System.Object>.Default
System.Object.Equals(System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System.Collections.Generic
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class ObjectEqualityComparer : EqualityComparer<object>, IEqualityComparer<object>, IEqualityComparer
Methods
| Improve this Doc View SourceEquals(Object, Object)
Declaration
public override bool Equals(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | |
System.Object | y |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Collections.Generic.EqualityComparer<System.Object>.Equals(System.Object, System.Object)
|
Improve this Doc
View Source
GetHashCode(Object)
Declaration
public override int GetHashCode(object val)
Parameters
Type | Name | Description |
---|---|---|
System.Object | val |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.EqualityComparer<System.Object>.GetHashCode(System.Object)
Implements
System.Collections.Generic.IEqualityComparer<T>
System.Collections.IEqualityComparer