Class CharacterReplacementEqualityComparer
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.UmbracoSettings
Assembly: Umbraco.Core.dll
Syntax
public class CharacterReplacementEqualityComparer
Methods
View SourceEquals(IChar?, IChar?)
Determines whether the specified objects are equal.
Declaration
public bool Equals(IChar? x, IChar? y)
Parameters
| Type | Name | Description |
|---|---|---|
| IChar | x | The first object of type |
| IChar | y | The second object of type |
Returns
| Type | Description |
|---|---|
| bool |
GetHashCode(IChar)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(IChar obj)
Parameters
| Type | Name | Description |
|---|---|---|
| IChar | obj | The object for which a hash code is to be returned. |
Returns
| Type | Description |
|---|---|
| int | A hash code for the specified object. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The type of |