Address.Equals Method (Address)

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

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

Syntax

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

returnValue = instance.Equals(other)
public bool Equals(
    Address other
)
public:
bool Equals(
    Address other
)
member Equals : 
        other:Address -> bool
public function Equals(
    other : Address
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the specified object is equal to the current object; otherwise, false.

See Also

Reference

Address Structure

Equals Overload

Microsoft.Owin.BuilderProperties Namespace