Share via


HostString.Equals Method (HostString)

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As HostString _
) As Boolean
'Usage
Dim instance As HostString 
Dim other As HostString 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public bool Equals(
    HostString other
)
public:
virtual bool Equals(
    HostString other
) sealed
abstract Equals : 
        other:HostString -> bool  
override Equals : 
        other:HostString -> bool
public final function Equals(
    other : HostString
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

HostString Structure

Equals Overload

Microsoft.Owin Namespace