Click or drag to resize

SecurityKeyEquals Method

A SecurityKey object can only be equal to a SecurityKey object based around the same canonical security key.

Namespace: DegreeDays.Api
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with this instance.

Return Value

Boolean
true 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