Base220.Equals Method (Int32)

FFF3PP

Base220Equals Method (Int32)

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.Base220.Equals(System.Int32)"]

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public bool Equals(
	int other
)
Public Function Equals ( 
	other As Integer
) As Boolean

Dim instance As Base220
Dim other As Integer
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public:
virtual bool Equals(
	int other
) sealed
abstract Equals : 
        other : int -> bool 
override Equals : 
        other : int -> bool 

Parameters

other
Type: SystemInt32

[Missing <param name="other"/> documentation for "M:Furcadia.Text.Base220.Equals(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Furcadia.Text.Base220.Equals(System.Int32)"]

Implements

IEquatableTEquals(T)
See Also