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

Compares two Art objects.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator ==(
	TileData..::.Art a1,
	TileData..::.Art a2
)
Public Shared Operator = ( _
	a1 As TileData..::.Art, _
	a2 As TileData..::.Art _
) As Boolean
public:
static bool operator ==(
	TileData..::.Art a1, 
	TileData..::.Art a2
)

Parameters

a1
TileData..::.Art
One of the comapred objects.
a2
TileData..::.Art
One of the comapred objects.

Return Value

True if object are identical; otherwise false.

See Also