 | CondensedStatsEquals Method (Object) |
[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 override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool Parameters
- obj
- Type: SystemObject
The first value to compare.
Return Value
Type:
Booleantrue if the objects are considered equal; otherwise, false.
See Also