AFEnumerationValue.Equals Method (AFEnumerationValue)
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Compares two AFEnumerationValue instances for equivalence.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public bool Equals( AFEnumerationValue other )
Public Function Equals ( other As AFEnumerationValue ) As Boolean Dim instance As AFEnumerationValue Dim other As AFEnumerationValue Dim returnValue As Boolean returnValue = instance.Equals(other)
public: virtual bool Equals( AFEnumerationValue^ other ) sealed
abstract Equals : other : AFEnumerationValue -> bool override Equals : other : AFEnumerationValue -> bool
Parameters
- other
- Type: OSIsoft.AF.AssetAFEnumerationValue
AFEnumerationValue to compare against.
Return Value
Type: Booleanif the Name and Value of the AFEnumerationValue are equal, otherwise the result is .