예제 #1
0
 public bool Equals(FailureLocation other)
 {
     return(m_SourceSpan == other.m_SourceSpan && ReferenceEquals(m_SourceTree, other.m_SourceTree));
 }
예제 #2
0
 public bool Equals(FailureLocation other)
 {
     return m_SourceSpan == other.m_SourceSpan && ReferenceEquals(m_SourceTree, other.m_SourceTree);
 }