Base95.CompareTo Method

FFF3PP

Base95CompareTo 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 <summary> documentation for "M:Furcadia.Text.Base95.CompareTo(System.UInt32)"]

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
[CLSCompliantAttribute(false)]
public int CompareTo(
	uint other
)
<CLSCompliantAttribute(false)>
Public Function CompareTo ( 
	other As UInteger
) As Integer

Dim instance As Base95
Dim other As UInteger
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public:
[CLSCompliantAttribute(false)]
virtual int CompareTo(
	unsigned int other
) sealed
[<CLSCompliantAttribute(false)>]
abstract CompareTo : 
        other : uint32 -> int 
[<CLSCompliantAttribute(false)>]
override CompareTo : 
        other : uint32 -> int 

Parameters

other
Type: SystemUInt32

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

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
See Also