OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.NAS1790_TuserIdentities Class Reference

Represents the SEQUENCE OF type More...

Inherits System.Collections.Generic.List< Oss.Nas1790.RemoteUEUserIdentityWithLength >, and Oss.Nas.SequenceOf.

Public Member Functions

 NAS1790_TuserIdentities ()
 Initializes a new instance of the NAS1790_TuserIdentities class. The instance is empty and has a default initial capacity.
 
 NAS1790_TuserIdentities (IEnumerable< Oss.Nas1790.RemoteUEUserIdentityWithLength > collection)
 Initializes a new instance of the NAS1790_TuserIdentities class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements. More...
 
 NAS1790_TuserIdentities (int capacity)
 Initializes a new instance of the NAS1790_TuserIdentities class. The instance is empty and has a specified capacity. More...
 
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...
 

Detailed Description

Represents the SEQUENCE OF type

Constructor & Destructor Documentation

◆ NAS1790_TuserIdentities() [1/2]

Oss.Nas1790.NAS1790_TuserIdentities.NAS1790_TuserIdentities ( IEnumerable< Oss.Nas1790.RemoteUEUserIdentityWithLength collection)
inline

Initializes a new instance of the NAS1790_TuserIdentities class that contains elements copied from the specified collection and has a sufficient capacity to accommodate the number of copied elements.

Parameters
collectionA collection whose elements are copied to the new NAS1790_TuserIdentities.

◆ NAS1790_TuserIdentities() [2/2]

Oss.Nas1790.NAS1790_TuserIdentities.NAS1790_TuserIdentities ( int  capacity)
inline

Initializes a new instance of the NAS1790_TuserIdentities class. The instance is empty and has a specified capacity.

Parameters
capacityThe number of elements that the new NAS1790_TuserIdentities can initially store.

Member Function Documentation

◆ Copy()

object Oss.Nas1790.NAS1790_TuserIdentities.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.NAS1790_TuserIdentities.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas1790.NAS1790_TuserIdentities.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.