FilePatternMatch Struct

Definition

Represents a file that was matched by searching using a globbing pattern.

public value class FilePatternMatch : IEquatable<Microsoft::Extensions::FileSystemGlobbing::FilePatternMatch>
public struct FilePatternMatch : IEquatable<Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch>
type FilePatternMatch = struct
Public Structure FilePatternMatch
Implements IEquatable(Of FilePatternMatch)
Inheritance
FilePatternMatch
Implements

Constructors

FilePatternMatch(String, String)

Initializes new instance of FilePatternMatch.

Properties

Path

Gets the path to the matched file, relative to the beginning of the matching search pattern.

Stem

Gets the subpath to the matched file, relative to the first wildcard in the matching search pattern.

Methods

Equals(FilePatternMatch)

Determines if the specified match is equivalent to the current match using a case-insensitive comparison.

Equals(Object)

Determines if the specified object is equivalent to the current match using a case-insensitive comparison.

GetHashCode()

Gets a hash for the file pattern match.

Applies to