RuntimeExpression.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Equals(RuntimeExpression) | |
| Equals(Object) |
Equals implementation for IEquatable. |
Equals(RuntimeExpression)
- Source:
- RuntimeExpression.cs
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Microsoft.OpenApi.RuntimeExpression? other);
override this.Equals : Microsoft.OpenApi.RuntimeExpression -> bool
Public Function Equals (other As RuntimeExpression) As Boolean
Parameters
- other
- RuntimeExpression
Returns
Implements
Applies to
Equals(Object)
- Source:
- RuntimeExpression.cs
Equals implementation for IEquatable.
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object