RemoteCodeContainerEqualityComparer Class
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.
Compares two instances of RemoteCodeContainer for equality.
public ref class RemoteCodeContainerEqualityComparer sealed : System::Collections::Generic::EqualityComparer<Microsoft::VisualStudio::Shell::CodeContainerManagement::RemoteCodeContainer ^>
public sealed class RemoteCodeContainerEqualityComparer : System.Collections.Generic.EqualityComparer<Microsoft.VisualStudio.Shell.CodeContainerManagement.RemoteCodeContainer>
type RemoteCodeContainerEqualityComparer = class
inherit EqualityComparer<RemoteCodeContainer>
Public NotInheritable Class RemoteCodeContainerEqualityComparer
Inherits EqualityComparer(Of RemoteCodeContainer)
- Inheritance
-
RemoteCodeContainerEqualityComparer
Remarks
When comparing instances of RemoteCodeContainer their ExtraProperties are not taken into account.
Properties
IgnoreLastAccessedUtcInstance |
Compares two instances of RemoteCodeContainer without taking their LastAccessed property into account. |
Instance |
Methods
Equals(RemoteCodeContainer, RemoteCodeContainer) | |
GetHashCode(RemoteCodeContainer) |