LocalizationRequiredAttribute.Equals - метод
Пространство имён: Tessa.Properties.ResharperСборка: Tessa (в Tessa.dll) Версия: 3.6.0.23
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 Object
-
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.