The following tables list the members exposed by OrFileComparer.

      Public Constructors

      NameDescription
      Public ConstructorsOrFileComparer Constructor(FileComparer[])Initializes a new instance of the OrFileComparer class.
      Top

      Public Methods

      NameDescription
      Public MethodsCompareOverridden. Compares the target files to the master file and returns values indicating whether the target files are equal to the master.
      Top

      Public Operators

      NameDescription
      Public OperatorsAdditionCreates a new AndFileComparer object from the specified search conditions. It's similar to "a AND b". (Inherited from FileComparer)
      Public OperatorsAndCreates a new AndFileComparer object from the specified search conditions. It equals to "a AND b". (Inherited from FileComparer)
      Public OperatorsOrCreates a new OrFileComparer object from the specified search conditions. It equals to "a OR b". (Inherited from FileComparer)
      Public OperatorsLogical NotCreates a new NotFileComparer object from the specified search condition. It equals to "NOT a". (Inherited from FileComparer)
      Top

      See Also