Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

M_Iota_Lib_CSharp_Api_Model_Bundle_CompareTo

saniro edited this page Feb 16, 2017 · 1 revision

Bundle.CompareTo Method

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)

Syntax

C#

public int CompareTo(
	Bundle other
)

Parameters

 

other
Type: Iota.Lib.CSharp.Api.Model.Bundle
An object to compare with this object.

Return Value

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.

Implements

IComparable(T).CompareTo(T)

See Also

Reference

Bundle Class
Iota.Lib.CSharp.Api.Model Namespace

Clone this wiki locally