Click or drag to resize

CondensedStatsInequality Operator

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

Determines whether two specified CondensedStats values are not equal.

Namespace:  Condensed
Assembly:  Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
public static bool operator !=(
	CondensedStats stats1,
	CondensedStats stats2
)

Parameters

stats1
Type: CondensedCondensedStats
The first value to compare.
stats2
Type: CondensedCondensedStats
The second value to compare.

Return Value

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