Address.Equals Method
Namespace: Microsoft.Owin.BuilderProperties
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
Equals(Address) | Determines whether the specified object is equal to the current object. |
![]() |
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
other
Type: Microsoft.Owin.BuilderProperties.AddressThe other object.
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
obj
Type: System.ObjectThe other object.
Return Value
Type: System.Boolean
true if the specified object is equal to the current object; otherwise, false.
Return to top