OpenRA.float3.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(float3 me, float3 other)
        {
            return !(me == other);
        }

Same methods

float3::operator ( ) : float3