Namespace: Tzu_Engine.Texture
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Shared Operator <>( _ 
   ByVal left As TZState,  _ 
   ByVal right As TZState _ 
) As Boolean
C#
public static bool operator !=(
   TZState left,
   TZState right
)
C++
public:
 static bool operator !=(
   TZState left,
   TZState right
)
J#
JSharp does not support overloaded operators.
JScript
JScript supports the use of overloaded operators, but not the declaration of new ones.

See Also