Represents the TAIListElement
type
More...
Inherits Oss.Nas.Choice.
|
enum | Id { Unselected = 0
, Type0Chosen = 1
, Type1Chosen = 2
, Type2Chosen = 3
} |
| CHOICE alternatives
|
|
|
override bool | Equals (object right) |
| Determines whether the specified object is equal to the current object. More...
|
|
override int | GetHashCode () |
| Represents a hash function for a particular type. More...
|
|
object | Copy () |
| Creates a deep copy of this object. More...
|
|
Represents the TAIListElement
type
◆ Copy()
object Oss.Nas1790.TAIListElement.Copy |
( |
| ) |
|
|
inline |
Creates a deep copy of this object.
- Returns
- A new object that is a deep copy of this instance.
◆ Equals()
override bool Oss.Nas1790.TAIListElement.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The object to compare with this object. |
- Returns
true
when the specified object is equal to the current object; otherwise, it returns false.
◆ GetHashCode()
override int Oss.Nas1790.TAIListElement.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.