HostString.Equals Method

Definition

Overloads

Equals(HostString)

Compares the equality of the Value property, ignoring case.

Equals(Object)

Compares against the given object only if it is a HostString.

Equals(HostString)

Source:
HostString.cs

Compares the equality of the Value property, ignoring case.

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

Parameters

other
HostString

Returns

Implements

Applies to

Equals(Object)

Source:
HostString.cs

Compares against the given object only if it is a HostString.

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