MessagePartHyperLink.Equals Method

Definition

Overloads

Equals(MessagePartHyperLink)

Returns true if the given MessagePartHyperLink is equal to this

Equals(Object)

Returns true if the given object is equal to this

Returns true if the given MessagePartHyperLink is equal to this

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

Parameters

Returns

Returns true if the given MessagePartHyperLink 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