AddressCollection.Equals Method

 

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

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

Overload List

Name Description
System_CAPS_pubmethod Equals(AddressCollection)

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

System_CAPS_pubmethod Equals(Object)

Determines whether the current collection is equal to the specified object.(Overrides ValueType.Equals(Object).)

See Also

AddressCollection Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top

AddressCollection.Equals Method (AddressCollection)

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

Syntax

public bool Equals(
    AddressCollection other
)

Parameters

Return Value

Type: System.Boolean

true if current collection is equal to the specified collection; otherwise, false.

Return to top

AddressCollection.Equals Method (Object)

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

Syntax

public override bool Equals(
    object obj
)

Parameters

  • obj
    Type: System.Object

    The object to compare to the current collection.

Return Value

Type: System.Boolean

true if current collection is equal to the specified object; otherwise, false.

Return to top