Base220.CompareTo Method

Furcadia Framework

Base220CompareTo Method

Furcadia Framework For Third Party Programs
This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

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

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

public int CompareTo(
	int other
)
Public Function CompareTo ( 
	other As Integer
) As Integer

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

returnValue = instance.CompareTo(other)
public:
virtual int CompareTo(
	int other
) sealed
abstract CompareTo : 
        other : int -> int 
override CompareTo : 
        other : int -> int 

Parameters

other
Type: SystemInt32

[Missing <param name="other"/> documentation for "M:Furcadia.Text.Base220.CompareTo(System.Int32)"]

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
See Also

Reference