Parameter.Equals Method (Object)
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
public override bool Equals( Object obj )
Public Overrides Function Equals ( obj As Object ) As Boolean Dim instance As Parameter 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
[Missing <param name="obj"/> documentation for "M:OSIsoft.PowerShell.Parameter.Equals(System.Object)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:OSIsoft.PowerShell.Parameter.Equals(System.Object)"]