AddressCollection.Equals Method (AddressCollection)

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

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

Syntax

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

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

Parameters

Return Value

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

See Also

Reference

AddressCollection Structure

Equals Overload

Microsoft.Owin.BuilderProperties Namespace