Beispiel #1
0
 /// <summary>
 ///     Is the given SourceItem equals the current 
 /// </summary>
 public bool Equals(SourceItem sourceItem)
 {
     return ( 
         sourceItem._startIndex == this._startIndex &&
         sourceItem._source == this._source); 
 } 
Beispiel #2
0
 /// <summary>
 ///     Is the given SourceItem equals the current
 /// </summary>
 public bool Equals(SourceItem sourceItem)
 {
     return(
         sourceItem._startIndex == this._startIndex &&
         sourceItem._source == this._source);
 }