M_Furcadia_Text_Base220_CompareTo - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Base220.CompareTo Method

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

[Missing

documentation for "M:Furcadia.Text.Base220.CompareTo(System.Int32)"]

Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public int CompareTo(
	int other
)

VB

Public Function CompareTo ( 
	other As Integer
) As Integer

VB Usage

Dim instance As Base220
Dim other As Integer
Dim returnValue As Integer

returnValue = instance.CompareTo(other)

C++

public:
virtual int CompareTo(
	int other
) sealed

F#

abstract CompareTo : 
        other : int -> int 
override CompareTo : 
        other : int -> int 

Parameters

 

other
Type: System.Int32
[Missing documentation for "M:Furcadia.Text.Base220.CompareTo(System.Int32)"]

Return Value

Type: Int32
[Missing documentation for "M:Furcadia.Text.Base220.CompareTo(System.Int32)"]

Implements

IComparable(T).CompareTo(T)

See Also

Reference

Base220 Class
Furcadia.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️