Show / Hide Table of Contents

Class Comparable

Inheritance
object
SerializedType
Comparable
Inherited Members
SerializedType.Buffer
SerializedType.ToBytesSink(BytesList)
SerializedType.ToHex()
SerializedType.ToBytes()
SerializedType.ToJson()
SerializedType.ToString()
Namespace: Xrpl.BinaryCodec.Types
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class Comparable : SerializedType

Methods

| Edit this page View Source

CompareTo(Comparable)

Declaration
public int CompareTo(Comparable other)
Parameters
Type Name Description
Comparable other
Returns
Type Description
int
| Edit this page View Source

Eq(Comparable)

Declaration
public bool Eq(Comparable other)
Parameters
Type Name Description
Comparable other
Returns
Type Description
bool
| Edit this page View Source

Gt(Comparable)

Declaration
public bool Gt(Comparable other)
Parameters
Type Name Description
Comparable other
Returns
Type Description
bool
| Edit this page View Source

Gte(Comparable)

Declaration
public bool Gte(Comparable other)
Parameters
Type Name Description
Comparable other
Returns
Type Description
bool
| Edit this page View Source

Lt(Comparable)

Declaration
public bool Lt(Comparable other)
Parameters
Type Name Description
Comparable other
Returns
Type Description
bool
| Edit this page View Source

Lte(Comparable)

Declaration
public bool Lte(Comparable other)
Parameters
Type Name Description
Comparable other
Returns
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX