Search Results for

    Show / Hide Table of Contents
    View Source

    Class CharacterReplacementEqualityComparer

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.UmbracoSettings
    Assembly: Umbraco.Core.dll
    Syntax
    public class CharacterReplacementEqualityComparer

    Methods

    View Source

    Equals(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 T to compare.

    IChar y

    The second object of type T to compare.

    Returns
    Type Description
    bool

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

    View Source

    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 obj is a reference type and obj is null.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX