Share via


LogId.Equals Method

Definition

Overloads

Equals(LogId)
Equals(Object)

Equals(LogId)

Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(Microsoft::VisualStudio::RpcContracts::Logging::LogId other);
public bool Equals (Microsoft.VisualStudio.RpcContracts.Logging.LogId other);
override this.Equals : Microsoft.VisualStudio.RpcContracts.Logging.LogId -> bool
Public Function Equals (other As LogId) As Boolean

Parameters

other
LogId

Returns

Implements

Applies to

Equals(Object)

Indicates whether this instance and a specified object are equal.

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

Parameters

o
Object

Returns

Applies to