コード例 #1
0
ファイル: HoconValue.cs プロジェクト: nagytech/HOCON
 protected bool Equals(HoconValue other)
 {
     return(Type == other.Type && GetString() == other.GetString());
 }