コード例 #1
0
ファイル: UpdatedEntity.cs プロジェクト: fturner19/Unity-SDK
 protected bool Equals(UpdatedEntity other)
 {
     return(base.Equals(other) && Updated.Equals(other.Updated));
 }