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
Equals(RuntimeExpression) |
Equals implementation for object of the same type. |
Equals(Object) |
Equals implementation for IEquatable. |
Equals(RuntimeExpression)
Equals implementation for object of the same type.
public bool Equals (Microsoft.OpenApi.Expressions.RuntimeExpression obj);
override this.Equals : Microsoft.OpenApi.Expressions.RuntimeExpression -> bool
Public Function Equals (obj As RuntimeExpression) As Boolean