| CreateSessionRequestEquals Method |
Returns a value that indicates whether the current instance and a specified object are equal.
Namespace:
ASDSoft.WebSigner.Server.Browser
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current instance.
Return Value
Type:
Boolean if
obj is a
CreateSessionRequest object and its
Category and
Identification properties are equals to that of the current instance. The comparison is ordinal and case-sensitive.
See Also