A SecurityKey object can only be equal to a
SecurityKey object based around the same canonical security key.
Namespace: DegreeDays.ApiAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The object to compare with this instance.
Return Value
Booleantrue if
obj is equal to this instance;
false otherwise.
Remarks
Equality is not affected by the choice of constructors used to create the
SecurityKey objects - it's only the underlying canonical security keys that
matter.
See Also