Search Results for

    Show / Hide Table of Contents

    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 Source

    BondMovementInfoList(BondMovementInfo[])

    Declaration
    public BondMovementInfoList(BondMovementInfo[] bondMovements)
    Parameters
    Type Name Description
    BondMovementInfo[] bondMovements

    Fields

    | Edit this page View Source

    Empty

    A movement info list which is empty.

    Declaration
    public static BondMovementInfoList Empty
    Field Value
    Type Description
    BondMovementInfoList
    | Edit this page View Source

    bondMovements

    An array of BondMovementInfo structs.

    Declaration
    public BondMovementInfo[] bondMovements
    Field Value
    Type Description
    BondMovementInfo[]

    Methods

    | Edit this page View Source

    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
    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 Source

    operator ==(BondMovementInfoList, BondMovementInfoList)

    Declaration
    public static bool operator ==(BondMovementInfoList l1, BondMovementInfoList l2)
    Parameters
    Type Name Description
    BondMovementInfoList l1
    BondMovementInfoList l2
    Returns
    Type Description
    bool
    | Edit this page View Source

    operator !=(BondMovementInfoList, BondMovementInfoList)

    Declaration
    public static bool operator !=(BondMovementInfoList l1, BondMovementInfoList l2)
    Parameters
    Type Name Description
    BondMovementInfoList l1
    BondMovementInfoList l2
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX