MessagePartStoryTitle.Equals Method

Definition

Overloads

Equals(MessagePartStoryTitle)

Returns true if the given MessagePartStoryTitle is equal to this

Equals(Object)

Returns true if the given object is equal to this

Equals(MessagePartStoryTitle)

Returns true if the given MessagePartStoryTitle is equal to this

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

Parameters

Returns

Returns true if the given MessagePartStoryTitle is equal to this

Applies to

Equals(Object)

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