Class ShortNameEntry
Inheritance
System.Object
ShortNameEntry
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
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
Returns
Type |
Description |
System.Boolean |
|
Inequality(ShortNameEntry, ShortNameEntry)
Declaration
public static bool operator !=(ShortNameEntry left, ShortNameEntry right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>