 | 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)
Syntaxpublic bool Equals(
CondensedStats other
)
Public Function Equals (
other As CondensedStats
) As Boolean
public:
bool Equals(
CondensedStats other
)
member Equals :
other : CondensedStats -> bool
Parameters
- other
- Type: CondensedCondensedStats
The value to compare.
Return Value
Type:
Booleantrue if the objects are considered equal; otherwise, false.
See Also