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

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

public static operator ( ) : bool
Результат bool
        public static bool operator ==(CommandRange x, CommandRange y)
        {
            return x.Start == y.Start && x.End == y.End;
        }