BuildMaster SDK Reference
Version:

SystemEntryInfoComparer Class

Represents a comparison operation for SystemEntryInfo instances.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Files.SystemEntryInfoComparer

Syntax

public class SystemEntryInfoComparer : IEqualityComparer<SystemEntryInfo>

Constructors

Name Description
SystemEntryInfoComparer

Initializes a new instance of the SystemEntryInfoComparer class.

Methods

Name Description
Equals(SystemEntryInfo x, SystemEntryInfo y)

Determines whether the specified objects are equal.

GetHashCode(SystemEntryInfo obj)

Returns a hash code for this instance.

Fields

Name Description
NameOrdinal

A SystemEntryInfoComparer that tests the name string for ordinal equality.

NameOrdinalExtended

A SystemEntryInfoComparer that tests the name string for ordinal equality and also tests the properies of IExtendedFileEntry if available.

NamePathOrdinal

A SystemEntryInfoComparer that tests the name and path strings for ordinal equality.