System.Reflection.NameFilterCaseInsensitive.Matches C# (CSharp) Метод

Matches() публичный закрытый Метод

public final Matches ( StringHandle stringHandle, MetadataReader reader ) : bool
stringHandle StringHandle
reader MetadataReader
Результат bool
        public sealed override bool Matches(StringHandle stringHandle, MetadataReader reader) => reader.StringComparer.Equals(stringHandle, ExpectedName, true);
    }
NameFilterCaseInsensitive