QuickOPC User's Guide and Reference
Equals Method (LocalizationRequiredAttribute)



OpcLabs.BaseLib Assembly > JetBrains.Annotations Namespace > LocalizationRequiredAttribute Class : Equals Method
The object to test the value equality of.
Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As LocalizationRequiredAttribute
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
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.
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

LocalizationRequiredAttribute Class
LocalizationRequiredAttribute Members
Base Implementation in Equals