System.Reflection.NameFilterCaseInsensitive.Matches C# (CSharp) Method

Matches() public final method

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