M_Furcadia_Text_Base95_CompareTo - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Base95.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.Base95.CompareTo(System.UInt32)"]

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

Syntax

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 

Parameters

 

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

Return Value

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

Implements

IComparable(T).CompareTo(T)

See Also

Reference

Base95 Class
Furcadia.Text Namespace

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