Freigeben über


ChannelId.Equality(ChannelId, ChannelId) Operator

Definition

Determines whether two ChannelId instances are equal.

public static bool operator ==(Microsoft.Agents.Core.Models.ChannelId obj1, Microsoft.Agents.Core.Models.ChannelId obj2);
static member ( = ) : Microsoft.Agents.Core.Models.ChannelId * Microsoft.Agents.Core.Models.ChannelId -> bool
Public Shared Operator == (obj1 As ChannelId, obj2 As ChannelId) As Boolean

Parameters

obj1
ChannelId

The first ChannelId instance.

obj2
ChannelId

The second ChannelId instance.

Returns

true if the instances are equal; otherwise, false.

Applies to