FilePatternMatch.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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. |
Equals(FilePatternMatch)
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
Determines if the specified match is equivalent to the current match using a case-insensitive comparison.
public:
virtual bool Equals(Microsoft::Extensions::FileSystemGlobbing::FilePatternMatch other);
public bool Equals (Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch other);
override this.Equals : Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch -> bool
Public Function Equals (other As FilePatternMatch) As Boolean
Parameters
- other
- FilePatternMatch
The other match to be compared.
Returns
true
if Path and Stem are equal using case-insensitive comparison; otherwise, false
.
Implements
Applies to
Equals(Object)
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
Determines if the specified object is equivalent to the current match using a case-insensitive comparison.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object to be compared.
Returns
true
when Equals(FilePatternMatch).