mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 15:08:02 -05:00
ordinal key comparer
This commit is contained in:
parent
9574c15966
commit
96d819f0c6
|
|
@ -156,7 +156,7 @@ namespace UniVRM10
|
|||
|
||||
if (Preset != other.Preset) return false;
|
||||
if (Preset != ExpressionPreset.custom) return true;
|
||||
return Name == other.Name;
|
||||
return Name.Equals(other.Name, StringComparison.Ordinal);
|
||||
}
|
||||
|
||||
public override bool Equals(object obj)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user