CreateTopicOptions.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(CreateTopicOptions) |
Determines whether the specified object is equal to the current object. |
Equals(Object)
- Source:
- CreateTopicOptions.cs
- Source:
- CreateTopicOptions.cs
Determines whether the specified object is equal to the current object.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
Applies to
Equals(CreateTopicOptions)
- Source:
- CreateTopicOptions.cs
- Source:
- CreateTopicOptions.cs
Determines whether the specified object is equal to the current object.
public bool Equals (Azure.Messaging.ServiceBus.Administration.CreateTopicOptions other);
override this.Equals : Azure.Messaging.ServiceBus.Administration.CreateTopicOptions -> bool
Public Function Equals (other As CreateTopicOptions) As Boolean
Parameters
- other
- CreateTopicOptions
Returns
Implements
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.