System.Reflection.NameFilterCaseSensitive.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) => stringHandle.Equals(_expectedNameUtf8, reader);
    }
NameFilterCaseSensitive