Click or drag to resize

CondensedStatsEquals Method (CondensedStats)

[This is preliminary documentation and is subject to change.]

Determines whether the specified object is equal to the current object.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public bool Equals(
	CondensedStats other
)

Parameters

other
Type: CondensedCondensedStats
The value to compare.

Return Value

Type: Boolean
true if the objects are considered equal; otherwise, false.
See Also