Share via


RemoteCodeContainerEqualityComparer Class

Definition

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)

Applies to