PluginImportingItemEquals(PluginImportingItem) - метод
Проверяет объект на равенство.
Пространство имён: Chronos.Platform.SchedulingСборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 3.6.0.22
public bool Equals(
PluginImportingItem other
)
Public Function Equals (
other As PluginImportingItem
) As Boolean
public:
virtual bool Equals(
PluginImportingItem^ other
) sealed
abstract Equals :
other : PluginImportingItem -> bool
override Equals :
other : PluginImportingItem -> bool
- other PluginImportingItem
- Объект, с которым сравнивается этот объект.
Booleantrue, если объект равен заданному объект;
false в противном случае.
IEquatableTEquals(T)