Skip to content
Auto
Products

FileLinkContentEqualityComparer

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Represents the method that compares two links to files/directories.

public delegate bool? FileLinkContentEqualityComparer(TagBites.IO.IFileResourceLink item1, TagBites.IO.IFileResourceLink item2)

bool?

true if two links to files/directories are equal; otherwise, false. If no value is set, returns a null reference.