Share via


Capabilities.Equals Method (Capabilities)

Indicates a value whether the specified object is equal to the current object.

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

Syntax

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

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

Parameters

Return Value

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

See Also

Reference

Capabilities Structure

Equals Overload

Microsoft.Owin.BuilderProperties Namespace