Click or drag to resize

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.]

Indicates whether the current object is equal to another object of the same type.

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
[CLSCompliantAttribute(false)]
public bool Equals(
	uint other
)

Parameters

other
Type: SystemUInt32
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also