Share via


MetadataName<T>.Equals Method

Definition

Overloads

Equals(Object)
Equals(MetadataName<T>)

Equals(Object)

Determines whether the specified object is equal to the current object.

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(MetadataName<T>)

Indicates whether the current object is equal to another object of the same type.

public bool Equals (System.Threading.RateLimiting.MetadataName<T>? other);
override this.Equals : System.Threading.RateLimiting.MetadataName<'T> -> bool
Public Function Equals (other As MetadataName(Of T)) As Boolean

Parameters

Returns

Implements

Applies to