Class Name
Assembly: OpenSearch.Client.dll
Syntax
public class Name : IEquatable<Name>, IUrlParameter
Constructors
|
Edit this page
View Source
Name(string)
Declaration
Parameters
Type |
Name |
Description |
string |
name |
|
Methods
|
Edit this page
View Source
Equals(Name)
Declaration
public bool Equals(Name other)
Parameters
Type |
Name |
Description |
Name |
other |
|
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Edit this page
View Source
operator ==(Name, Name)
Declaration
public static bool operator ==(Name left, Name right)
Parameters
Type |
Name |
Description |
Name |
left |
|
Name |
right |
|
Returns
|
Edit this page
View Source
implicit operator Name(string)
Declaration
public static implicit operator Name(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
|
Edit this page
View Source
operator !=(Name, Name)
Declaration
public static bool operator !=(Name left, Name right)
Parameters
Type |
Name |
Description |
Name |
left |
|
Name |
right |
|
Returns
Implements
Extension Methods