Search Results for

    Show / Hide Table of Contents

    Class FederalState

    Inheritance
    System.Object
    FederalState
    Implements
    System.IEquatable<FederalState>
    System.Collections.Generic.IEqualityComparer<FederalState>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Geography
    Assembly: Simplic.Geography.dll
    Syntax
    public class FederalState : IEquatable<FederalState>, IEqualityComparer<FederalState>

    Properties

    | Improve this Doc View Source

    CountryId

    Declaration
    public Guid CountryId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(FederalState)

    Declaration
    public bool Equals(FederalState other)
    Parameters
    Type Name Description
    FederalState other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(FederalState, FederalState)

    Declaration
    public bool Equals(FederalState x, FederalState y)
    Parameters
    Type Name Description
    FederalState x
    FederalState y
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    | Improve this Doc View Source

    GetHashCode(FederalState)

    Declaration
    public int GetHashCode(FederalState obj)
    Parameters
    Type Name Description
    FederalState obj
    Returns
    Type Description
    System.Int32

    Operators

    | Improve this Doc View Source

    Equality(FederalState, FederalState)

    Declaration
    public static bool operator ==(FederalState left, FederalState right)
    Parameters
    Type Name Description
    FederalState left
    FederalState right
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Inequality(FederalState, FederalState)

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

    Implements

    System.IEquatable<T>
    System.Collections.Generic.IEqualityComparer<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx