MessagePartChatRoomLink.Equals Method

Definition

Overloads

Name Description
Equals(MessagePartChatRoomLink)

Returns true if the given MessagePartChatRoomLink is equal to this

Equals(Object)

Returns true if the given object is equal to this

Returns true if the given MessagePartChatRoomLink is equal to this

public:
 bool Equals(Microsoft::Rtc::Collaboration::PersistentChat::MessagePartChatRoomLink ^ other);
public bool Equals(Microsoft.Rtc.Collaboration.PersistentChat.MessagePartChatRoomLink other);
override this.Equals : Microsoft.Rtc.Collaboration.PersistentChat.MessagePartChatRoomLink -> bool
Public Function Equals (other As MessagePartChatRoomLink) As Boolean

Parameters

Returns

Returns true if MessagePartChatRoomLink is equal to this

Applies to

Returns true if the given object is equal to this

public:
 override bool Equals(System::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

Returns

True if the given object is equal to this

Applies to