M_Furcadia_Text_Base220_Equals - 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#
public bool Equals(
int other
)
VB
Public Function Equals (
other As Integer
) As Boolean
VB Usage
Dim instance As Base220
Dim other As Integer
Dim returnValue As Boolean
returnValue = instance.Equals(other)
C++
public:
virtual bool Equals(
int other
) sealed
F#
abstract Equals :
other : int -> bool
override Equals :
other : int -> bool
- other
- Type: System.Int32
[Missing documentation for "M:Furcadia.Text.Base220.Equals(System.Int32)"]
Type: Boolean
[Missing documentation for "M:Furcadia.Text.Base220.Equals(System.Int32)"]