SecurityHelper.Equals Method (SecurityHelper)

Namespace:  Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

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

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

Parameters

Return Value

Type: System.Boolean

See Also

Reference

SecurityHelper Structure

Equals Overload

Microsoft.Owin.Security.Infrastructure Namespace