Class NetworkConnectionFullName
Inheritance
System.Object
NetworkConnectionFullName
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public sealed class NetworkConnectionFullName : Object, IEquatable<NetworkConnectionFullName>
Constructors
NetworkConnectionFullName(String, String)
Declaration
public NetworkConnectionFullName(string namespace, string name)
Parameters
System.String
namespace
|
System.String
name
|
Properties
Name
Declaration
public string Name { get; }
Property Value
System.String
|
Namespace
Declaration
public string Namespace { get; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Equals(NetworkConnectionFullName)
Declaration
public bool Equals(NetworkConnectionFullName other)
Parameters
NetworkConnectionFullName
other
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Operators
Equality(NetworkConnectionFullName, NetworkConnectionFullName)
Declaration
public static bool operator ==(NetworkConnectionFullName left, NetworkConnectionFullName right)
Parameters
NetworkConnectionFullName
left
|
NetworkConnectionFullName
right
|
Returns
System.Boolean
|
Inequality(NetworkConnectionFullName, NetworkConnectionFullName)
Declaration
public static bool operator !=(NetworkConnectionFullName left, NetworkConnectionFullName right)
Parameters
NetworkConnectionFullName
left
|
NetworkConnectionFullName
right
|
Returns
System.Boolean
|