M_Iota_Lib_CSharp_Api_Model_Bundle_CompareTo - iotaledger-archive/iota.lib.csharp GitHub Wiki
Compares the current object with another object of the same type.
Namespace: Iota.Lib.CSharp.Api.Model
Assembly: IotaApi (in IotaApi.dll) Version: 0.9.0.24212 (1.0.0.0)
C#
public int CompareTo(
Bundle other
)
- other
- Type: Iota.Lib.CSharp.Api.Model.Bundle
An object to compare with this object.
Type: Int32
A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the other parameter.Zero This object is equal to other. Greater than zero This object is greater than other.