Parameter.Equals Method (Parameter)
- Last UpdatedDec 15, 2025
- 1 minute read
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)
Syntax
public bool Equals( Parameter other )
Public Function Equals ( other As Parameter ) As Boolean Dim instance As Parameter Dim other As Parameter Dim returnValue As Boolean returnValue = instance.Equals(other)
public: virtual bool Equals( Parameter^ other ) sealed
abstract Equals : other : Parameter -> bool override Equals : other : Parameter -> bool
Parameters
- other
- Type: OSIsoft.PowerShellParameter
[Missing <param name="other"/> documentation for "M:OSIsoft.PowerShell.Parameter.Equals(OSIsoft.PowerShell.Parameter)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:OSIsoft.PowerShell.Parameter.Equals(OSIsoft.PowerShell.Parameter)"]