Click or drag to resize

FurreEquality Operator

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Implements the operator ==.

Namespace:  Furcadia.Net.DreamInfo
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static bool operator ==(
	Furre a,
	IFurre b
)

Parameters

a
Type: Furcadia.Net.DreamInfoFurre
a.
b
Type: Furcadia.Net.DreamInfoIFurre
The b.

Return Value

Type: Boolean
The result of the operator.
See Also