EditAndContinueLogEntry.Equals Methode

Definitie

Overloads

Name Description
Equals(Object)
Equals(EditAndContinueLogEntry)

Hiermee wordt aangegeven of het huidige object gelijk is aan een ander object van hetzelfde type.

Equals(Object)

Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Retouren

Van toepassing op

Equals(EditAndContinueLogEntry)

Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs
Bron:
EditAndContinueLogEntry.cs

Hiermee wordt aangegeven of het huidige object gelijk is aan een ander object van hetzelfde type.

public:
 virtual bool Equals(System::Reflection::Metadata::Ecma335::EditAndContinueLogEntry other);
public bool Equals(System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry other);
override this.Equals : System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry -> bool
Public Function Equals (other As EditAndContinueLogEntry) As Boolean

Parameters

other
EditAndContinueLogEntry

Een object dat moet worden vergeleken met dit object.

Retouren

trueals het huidige object gelijk is aan de other parameter; anders. false

Implementeringen

Van toepassing op