LocalizationRequiredAttributeEquals - метод |
Пространство имён:
Tessa.Properties.Resharper
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Параметры
- obj
- Тип: SystemObject
The object to test the value equality of.
Возвращаемое значение
Тип:
Booleantrue if the value of the given object is equal to that of the current; otherwise,
false.
См. также