public bool Equals(AssetFileChangeDetected other) { if (ReferenceEquals(null, other)) { return(false); } if (ReferenceEquals(this, other)) { return(true); } return(Equals(other.Name, Name) && Equals(other.Fullpath, Fullpath)); }
public bool Equals(AssetFileChangeDetected other) { if (ReferenceEquals(null, other)) return false; if (ReferenceEquals(this, other)) return true; return Equals(other.Name, Name) && Equals(other.Fullpath, Fullpath); }