Equals()

ValueType::Equals(const SharedPtr<Object>&) method

Supports value type and reference type comparison.

static bool System::ValueType::Equals(const SharedPtr<Object> &o)

Arguments

ParameterTypeDescription
oconst SharedPtr<Object>&Reference type object to compare to.

Return Value

True if objects are considered equal, false otherwise.

See Also