[This is preliminary documentation and is subject to change.]

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.

Namespace: JetBrains.Annotations
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public override bool Equals(
	Object obj
)

Parameters

obj
Object
The object to test the value equality of.

Return Value

true if the value of the given object is equal to that of the current; otherwise, false.

See Also