System::ValueType::Equals method

ValueType::Equals method

Supports value type and reference type comparison.

static bool System::ValueType::Equals(const SharedPtr<Object> &o)
ParameterTypeDescription
oconst SharedPtr<Object>&Reference type object to compare to.

ReturnValue

True if objects are considered equal, false otherwise.

See Also