Click or drag to resize

CreateSessionRequestEquality Operator

Determines whether two specified CreateSessionRequest objects are equal.

Namespace:  ASDSoft.WebSigner.Server.Browser
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public static bool operator ==(
	CreateSessionRequest v1,
	CreateSessionRequest v2
)

Parameters

v1
Type: ASDSoft.WebSigner.Server.BrowserCreateSessionRequest
The first object to compare.
v2
Type: ASDSoft.WebSigner.Server.BrowserCreateSessionRequest
The second object to compare.

Return Value

Type: Boolean
if both v1 and v2 have the same Category and Identification values; otherwise, .
See Also