Share via


Address.Equals Method

 

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

Overload List

Name Description
System_CAPS_pubmethod Equals(Address)

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

System_CAPS_pubmethod Equals(Object)

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

See Also

Address Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top

Address.Equals Method (Address)

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

Syntax

public bool Equals(
    Address other
)
public:
bool Equals(
    Address other
)
member Equals : 
        other:Address -> bool
Public Function Equals (
    other As Address
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

Return to top

Address.Equals Method (Object)

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

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

Return to top