Freigeben über


ChannelId.Equals Method

Definition

Overloads

Equals(ChannelId)

Determines whether the specified ChannelId is equal to the current instance.

Equals(Object)

Equals(ChannelId)

Determines whether the specified ChannelId is equal to the current instance.

public bool Equals(Microsoft.Agents.Core.Models.ChannelId other);
override this.Equals : Microsoft.Agents.Core.Models.ChannelId -> bool
Public Function Equals (other As ChannelId) As Boolean

Parameters

other
ChannelId

The ChannelId to compare with the current instance.

Returns

true if the specified ChannelId is equal to the current instance; otherwise, false.

Applies to

Equals(Object)

Determines whether the specified object is equal to the current object.

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

Parameters

obj
Object

Returns

Applies to