Пример #1
0
 public override bool Equals(object other)
 {
     if (other is StaticObjectNodeReference)
     {
         StaticObjectNodeReference p = (StaticObjectNodeReference)other;
         return(Index == p.Index);
     }
     else
     {
         return(false);
     }
 }
Пример #2
0
 public ref   T this[StaticObjectNodeReference index] => ref Data[index.Index];