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

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool operator ==(
	UOObject obj1,
	UOObject obj2
)
Public Shared Operator = ( _
	obj1 As UOObject, _
	obj2 As UOObject _
) As Boolean
public:
static bool operator ==(
	UOObject^ obj1, 
	UOObject^ obj2
)

Parameters

obj1
UOObject
obj2
UOObject

See Also