Class IntAlias<T>
Integer alias of an object of a given generic type.
Inheritance
System.Object
IntAlias<T>
Assembly: Edgar.dll
Syntax
public class IntAlias<T> : Object
Type Parameters
Constructors
IntAlias(Int32, T)
Declaration
public IntAlias(int alias, T value)
Parameters
Type |
Name |
Description |
System.Int32 |
alias |
|
T |
value |
|
Properties
Alias
Integer alias of the Value.
Declaration
public int Alias { get; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
Property Value
Methods
Equals(IntAlias<T>)
Declaration
protected bool Equals(IntAlias<T> 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 |
|
Operators
Equality(IntAlias<T>, IntAlias<T>)
Declaration
public static bool operator ==(IntAlias<T> left, IntAlias<T> right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(IntAlias<T>, IntAlias<T>)
Declaration
public static bool operator !=(IntAlias<T> left, IntAlias<T> right)
Parameters
Returns
Type |
Description |
System.Boolean |
|