 | 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)
Syntaxpublic static bool operator !=(
CondensedStats stats1,
CondensedStats stats2
)
Public Shared Operator <> (
stats1 As CondensedStats,
stats2 As CondensedStats
) As Boolean
public:
static bool operator !=(
CondensedStats stats1,
CondensedStats stats2
)
static let inline (<>)
stats1 : CondensedStats *
stats2 : CondensedStats : boolParameters
- stats1
- Type: CondensedCondensedStats
The first value to compare. - stats2
- Type: CondensedCondensedStats
The second value to compare.
Return Value
Type:
Booleantrue if the objects are not considered equal; otherwise, false.
See Also