Share via


QueryString.Equals Method

Definition

Overloads

Equals(QueryString)

Indicates whether the current instance is equal to the other instance.

Equals(Object)

Indicates whether the current instance is equal to the other instance.

Equals(QueryString)

Source:
QueryString.cs

Indicates whether the current instance is equal to the other instance.

public bool Equals (Microsoft.Owin.QueryString other);
override this.Equals : Microsoft.Owin.QueryString -> bool
Public Function Equals (other As QueryString) As Boolean

Parameters

other
QueryString

Returns

Implements

Applies to

Equals(Object)

Source:
QueryString.cs

Indicates whether the current instance is equal to the other instance.

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