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

Compares two Land objects.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator !=(
	TileData..::.Land l1,
	TileData..::.Land l2
)
Public Shared Operator <> ( _
	l1 As TileData..::.Land, _
	l2 As TileData..::.Land _
) As Boolean
public:
static bool operator !=(
	TileData..::.Land l1, 
	TileData..::.Land l2
)

Parameters

l1
TileData..::.Land
One of the comapred objects.
l2
TileData..::.Land
One of the comapred objects.

Return Value

True if object are not identical; otherwise false.

See Also