DirectionPoint.operator C# (CSharp) Метод

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool
    public static bool operator !=(DirectionPoint a, DirectionPoint b)
    {
        return !(a == b);
    }