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