M_Furcadia_Text_Base95_Equals_1 - 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 bool Equals(
uint other
)
VB
<CLSCompliantAttribute(false)>
Public Function Equals (
other As UInteger
) As Boolean
VB Usage
Dim instance As Base95
Dim other As UInteger
Dim returnValue As Boolean
returnValue = instance.Equals(other)
C++
public:
[CLSCompliantAttribute(false)]
virtual bool Equals(
unsigned int other
) sealed
F#
[<CLSCompliantAttribute(false)>]
abstract Equals :
other : uint32 -> bool
[<CLSCompliantAttribute(false)>]
override Equals :
other : uint32 -> bool
- other
- Type: System.UInt32
[Missing documentation for "M:Furcadia.Text.Base95.Equals(System.UInt32)"]
Type: Boolean
[Missing documentation for "M:Furcadia.Text.Base95.Equals(System.UInt32)"]