M_Furcadia_Text_Base95_CompareTo - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
[CLSCompliantAttribute(false)]
public int CompareTo(
uint other
)
VB
<CLSCompliantAttribute(false)>
Public Function CompareTo (
other As UInteger
) As Integer
VB Usage
Dim instance As Base95
Dim other As UInteger
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
C++
public:
[CLSCompliantAttribute(false)]
virtual int CompareTo(
unsigned int other
) sealed
F#
[<CLSCompliantAttribute(false)>]
abstract CompareTo :
other : uint32 -> int
[<CLSCompliantAttribute(false)>]
override CompareTo :
other : uint32 -> int
- other
- Type: System.UInt32
[Missing documentation for "M:Furcadia.Text.Base95.CompareTo(System.UInt32)"]
Type: Int32
[Missing documentation for "M:Furcadia.Text.Base95.CompareTo(System.UInt32)"]