DkmManagedTypeId.Equals(DkmManagedTypeId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compare two elements of the DkmManagedTypeId structure.
public:
virtual bool Equals(Microsoft::VisualStudio::Debugger::Clr::DkmManagedTypeId other);
public bool Equals (Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId other);
override this.Equals : Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId -> bool
Public Function Equals (other As DkmManagedTypeId) As Boolean
Parameters
- other
- DkmManagedTypeId
Value to comare against this instance.
Returns
'true' if the two elements are equal.