Click or drag to resize
LocalizationRequiredAttributeEquals Method
Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.

Namespace: Slash.Diagnostics.ReSharper.Annotations
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to test the value equality of.

Return Value

Type: Boolean
true if the value of the given object is equal to that of the current; otherwise, false.
See Also