Class IdentityComparer<T>
Implements
Inherited Members
Namespace: Mapsui.Styles
Assembly: Mapsui.dll
Syntax
public class IdentityComparer<T> : IEqualityComparer<T> where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceEquals(T?, T?)
Declaration
public bool Equals(T? obj, T? otherObj)
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | |
| T | otherObj |
Returns
| Type | Description |
|---|---|
| bool |
GetHashCode(T)
Declaration
public int GetHashCode(T obj)
Parameters
| Type | Name | Description |
|---|---|---|
| T | obj |
Returns
| Type | Description |
|---|---|
| int |