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