protected bool Equals(UnityAssetFindResult other)
 {
     return(SourceFile.Equals(other.SourceFile) && OwningElemetLocation.Equals(other.OwningElemetLocation));
 }
Esempio n. 2
0
 protected bool Equals(UnityAssetFindResult other)
 {
     return(SourceFile.Equals(other.SourceFile) && AttachedElement.Equals(other.AttachedElement));
 }