CharFilterName.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(CharFilterName) |
Compares the CharFilterName for equality with another CharFilterName. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(CharFilterName)
- Source:
- CharFilterName.cs
Compares the CharFilterName for equality with another CharFilterName.
public bool Equals (Microsoft.Azure.Search.Models.CharFilterName other);
override this.Equals : Microsoft.Azure.Search.Models.CharFilterName -> bool
Public Function Equals (other As CharFilterName) As Boolean
Parameters
- other
- CharFilterName
The CharFilterName with which to compare.
Returns
true
if the CharFilterName objects are equal; otherwise, false
.
Implements
Applies to
Equals(Object)
- Source:
- CharFilterName.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
The object to compare with the current object.
Returns
true
if the specified object is equal to the current object; otherwise, false
.
Applies to
Azure SDK for .NET