Ctc.Ods.Types.Section.operator C# (CSharp) Метод

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

public static operator ( ) : bool
Результат bool
        public static bool operator !=(Section left, Section right)
        {
            return !Equals(left, right);
        }