Base95.Equals Method (UInt32)

FFF3PP

Base95Equals Method (UInt32)

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

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

Dim instance As Base95
Dim other As UInteger
Dim returnValue As Boolean

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

Parameters

other
Type: SystemUInt32

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also