JustEnoughVi.CommandRange.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(CommandRange x, CommandRange y)
        {
            return x.Start == y.Start && x.End == y.End;
        }