コード例 #1
0
 public bool Equals(TrileInstanceData other)
 {
     return(other.PositionPhi.Equals(this.PositionPhi));
 }
コード例 #2
0
ファイル: TrileInstanceData.cs プロジェクト: 0x0ade/FmbLib
 public bool Equals(TrileInstanceData other) {
     return other.PositionPhi.Equals(PositionPhi);
 }