protected bool Equals(UnityAssetFindResult other)
 {
     return(SourceFile.Equals(other.SourceFile) && OwningElemetLocation.Equals(other.OwningElemetLocation));
 }
示例#2
0
 protected bool Equals(UnityAssetFindResult other)
 {
     return(SourceFile.Equals(other.SourceFile) && AttachedElement.Equals(other.AttachedElement));
 }