Exemplo n.º 1
0
 /// <summary>
 /// Determine whether two cursors are equivalent.
 /// </summary>
 /// <param name="other">The cursor to compare with.</param>
 /// <returns></returns>
 public bool Equals(Cursor other)
 {
     return(Interop.clang_equalCursors(Native, other.Native) != 0);
 }