Click or drag to resize

AccountKeyEquals Method

An AccountKey object can only be equal to an AccountKey object with an identical canonical string account 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.
See Also