System.Reflection.NameFilterCaseInsensitive.Matches C# (CSharp) Méthode

Matches() public final méthode

public final Matches ( StringHandle stringHandle, MetadataReader reader ) : bool
stringHandle StringHandle
reader MetadataReader
Résultat bool
        public sealed override bool Matches(StringHandle stringHandle, MetadataReader reader) => reader.StringComparer.Equals(stringHandle, ExpectedName, true);
    }
NameFilterCaseInsensitive