Name | Description | |
---|---|---|
![]() | OrFileComparer Constructor(FileComparer[]) | Initializes a new instance of the OrFileComparer class. |
Name | Description | |
---|---|---|
![]() | Compare | Overridden. Compares the target files to the master file and returns values indicating whether the target files are equal to the master. |
Name | Description | |
---|---|---|
![]() | Addition | Creates a new AndFileComparer object from the specified search conditions. It's similar to "a AND b". (Inherited from FileComparer) |
![]() | And | Creates a new AndFileComparer object from the specified search conditions. It equals to "a AND b". (Inherited from FileComparer) |
![]() | Or | Creates a new OrFileComparer object from the specified search conditions. It equals to "a OR b". (Inherited from FileComparer) |
![]() | Logical Not | Creates a new NotFileComparer object from the specified search condition. It equals to "NOT a". (Inherited from FileComparer) |