AFEnumerationValue.Equals Method (Object)
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Compares two AFEnumerationValue instances for equivalence.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public override bool Equals( Object obj )
Public Overrides Function Equals ( obj As Object ) As Boolean Dim instance As AFEnumerationValue Dim obj As Object Dim returnValue As Boolean returnValue = instance.Equals(obj)
public: virtual bool Equals( Object^ obj ) override
abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool
Parameters
- obj
- Type: SystemObject
AFEnumerationValue to compare against.
Return Value
Type: Booleanif the Name and Value of the AFEnumerationValue are equal, otherwise the result is .