Struct BondMovementInfoList
Serializable representation of a list of bond movements.
Namespace: AS2.Sim
Assembly: .dll
Syntax
[Serializable]
public struct BondMovementInfoList
Constructors
| Edit this page View SourceBondMovementInfoList(BondMovementInfo[])
Declaration
public BondMovementInfoList(BondMovementInfo[] bondMovements)
Parameters
| Type | Name | Description |
|---|---|---|
| BondMovementInfo[] | bondMovements |
Fields
| Edit this page View SourceEmpty
A movement info list which is empty.
Declaration
public static BondMovementInfoList Empty
Field Value
| Type | Description |
|---|---|
| BondMovementInfoList |
bondMovements
An array of BondMovementInfo structs.
Declaration
public BondMovementInfo[] bondMovements
Field Value
| Type | Description |
|---|---|
| BondMovementInfo[] |
Methods
| Edit this page View SourceEquals(object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current instance. |
Returns
| Type | Description |
|---|---|
| bool | true if |
Overrides
System.ValueType.Equals(object)
|
Edit this page
View Source
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A 32-bit signed integer that is the hash code for this instance. |
Overrides
System.ValueType.GetHashCode()
Operators
| Edit this page View Sourceoperator ==(BondMovementInfoList, BondMovementInfoList)
Declaration
public static bool operator ==(BondMovementInfoList l1, BondMovementInfoList l2)
Parameters
| Type | Name | Description |
|---|---|---|
| BondMovementInfoList | l1 | |
| BondMovementInfoList | l2 |
Returns
| Type | Description |
|---|---|
| bool |
operator !=(BondMovementInfoList, BondMovementInfoList)
Declaration
public static bool operator !=(BondMovementInfoList l1, BondMovementInfoList l2)
Parameters
| Type | Name | Description |
|---|---|---|
| BondMovementInfoList | l1 | |
| BondMovementInfoList | l2 |
Returns
| Type | Description |
|---|---|
| bool |