Search Results for

    Show / Hide Table of Contents

    Class Name

    Inheritance
    object
    Name
    Implements
    IEquatable<Name>
    IUrlParameter
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class Name : IEquatable<Name>, IUrlParameter

    Constructors

    | Edit this page View Source

    Name(string)

    Declaration
    public Name(string name)
    Parameters
    Type Name Description
    string name

    Methods

    | Edit this page View Source

    Equals(Name)

    Declaration
    public bool Equals(Name other)
    Parameters
    Type Name Description
    Name other
    Returns
    Type Description
    bool
    | Edit this page View Source

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)
    | Edit this page View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    | Edit this page View Source

    operator ==(Name, Name)

    Declaration
    public static bool operator ==(Name left, Name right)
    Parameters
    Type Name Description
    Name left
    Name right
    Returns
    Type Description
    bool
    | Edit this page View Source

    implicit operator Name(string)

    Declaration
    public static implicit operator Name(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    Name
    | Edit this page View Source

    operator !=(Name, Name)

    Declaration
    public static bool operator !=(Name left, Name right)
    Parameters
    Type Name Description
    Name left
    Name right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>
    IUrlParameter

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • Name(string)
    • Methods
      • Equals(Name)
      • Equals(object)
      • GetHashCode()
      • ToString()
    • Operators
      • operator ==(Name, Name)
      • implicit operator Name(string)
      • operator !=(Name, Name)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX