mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 08:10:48 -05:00
Update MetaFilter.cs
This commit is contained in:
parent
5230cba9f6
commit
e9092ca702
|
|
@ -9,6 +9,6 @@ public sealed class MetaFilter(
|
|||
Func<object, StringInstruction, bool> FilterPKM)
|
||||
: IComplexFilterMeta
|
||||
{
|
||||
public bool IsMatch(ReadOnlySpan<char> prop) => prop == Property;
|
||||
public bool IsMatch(ReadOnlySpan<char> prop) => prop.SequenceEqual(Property);
|
||||
public bool IsFiltered(object pk, StringInstruction value) => FilterPKM(pk, value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user