Share via


AddressCollection.Equality Operator (AddressCollection, AddressCollection)

 

Determines whether the first collection is equal to the second collection.

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

Syntax

public static bool operator ==(
    AddressCollection left,
    AddressCollection right
)
public:
static bool operator ==(
    AddressCollection left,
    AddressCollection right
)
static let inline (=)
        left:AddressCollection *
        right:AddressCollection : bool
Public Shared Operator = (
    left As AddressCollection,
    right As AddressCollection
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if both collections are equal; otherwise, false.

See Also

AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top