Esempio n. 1
0
 public override bool IsRepresentingSameObject(FileSystemWatcherManager.WatchedObj other) => Texture.Equals((other as WatchedTexture)?.Texture);
Esempio n. 2
0
 public override bool IsRepresentingSameObject(FileSystemWatcherManager.WatchedObj other) => ImportedGeometryTexture.Equals((other as WatchedImportedGeometryTexture)?.ImportedGeometryTexture);
Esempio n. 3
0
 public override bool IsRepresentingSameObject(FileSystemWatcherManager.WatchedObj other) => SoundsCatalog.Equals((other as WatchedSoundCatalog)?.SoundsCatalog);
Esempio n. 4
0
 public override bool IsRepresentingSameObject(FileSystemWatcherManager.WatchedObj other) => Wad.Equals((other as WatchedWad)?.Wad);