Dela via


ActiveHealthCheckConfig.Equals Method

Definition

Overloads

Equals(Object)
Equals(ActiveHealthCheckConfig)

Equals(Object)

Source:
ActiveHealthCheckConfig.cs
Source:
ActiveHealthCheckConfig.cs
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to

Equals(ActiveHealthCheckConfig)

Source:
ActiveHealthCheckConfig.cs
Source:
ActiveHealthCheckConfig.cs
public bool Equals (Yarp.ReverseProxy.Configuration.ActiveHealthCheckConfig? other);
override this.Equals : Yarp.ReverseProxy.Configuration.ActiveHealthCheckConfig -> bool
Public Function Equals (other As ActiveHealthCheckConfig) As Boolean

Parameters

Returns

Implements

Applies to