MessagePart.Equals Method

Definition

Overloads

Equals(MessagePart)

Returns true if the given MessagePart is equal to this

Equals(Object)

Returns true if the given obj is equal to this

Equals(MessagePart)

Returns true if the given MessagePart is equal to this

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

Parameters

other
MessagePart

Returns

Returns true if the given MessagePart is equal to this

Applies to

Equals(Object)

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