Skip to main content

Equality and Identity

  • Chapter
  • First Online:
C++/CLI Primer
  • 1502 Accesses

Abstract

Two managed objects are said to be equal if their values are same. The System::Object’s Equals method can be used to test equivalence. The Equals is an instance virtual method and can be overridden in a derived class/struct because equality of compound objects depends on the type. Two managed objects are said to be identical if their references point to the same object on the heap. The System::Object’s ReferenceEquals static method can be used to test identity.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

eBook
USD 14.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 22.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2016 Vivek Ragunathan

About this chapter

Cite this chapter

Ragunathan, V. (2016). Equality and Identity. In: C++/CLI Primer. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-2367-3_16

Download citation

Publish with us

Policies and ethics