Show / Hide Table of Contents

Class ShortNameEntry

Inheritance
System.Object
ShortNameEntry
Implements
System.IEquatable<ShortNameEntry>
Namespace: Eco.Stats
Assembly: Eco.Stats.dll
Syntax
public sealed class ShortNameEntry : ValueType, IEquatable<ShortNameEntry>

Properties

LongName

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

ShortName

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

Methods

Equals(ShortNameEntry)

Declaration
public bool Equals(ShortNameEntry other)
Parameters
Type Name Description
ShortNameEntry other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Operators

Equality(ShortNameEntry, ShortNameEntry)

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

Inequality(ShortNameEntry, ShortNameEntry)

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

Implements

System.IEquatable<>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾