Struct BondMovementInfoList
Serializable representation of a list of bond movements.
Assembly: .dll
Syntax
[Serializable]
public struct BondMovementInfoList
Constructors
BondMovementInfoList(BondMovementInfo[])
Declaration
public BondMovementInfoList(BondMovementInfo[] bondMovements)
Parameters
Fields
Empty
A movement info list which is empty.
Declaration
public static BondMovementInfoList Empty
Field Value
bondMovements
Declaration
public BondMovementInfo[] bondMovements
Field Value
Methods
Equals(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 obj and this instance are the same type and represent the same value; otherwise, false.
|
Overrides
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
Operators
operator ==(BondMovementInfoList, BondMovementInfoList)
Declaration
public static bool operator ==(BondMovementInfoList l1, BondMovementInfoList l2)
Parameters
Returns
operator !=(BondMovementInfoList, BondMovementInfoList)
Declaration
public static bool operator !=(BondMovementInfoList l1, BondMovementInfoList l2)
Parameters
Returns