ClassNetworkConnectionFullName
This class is used to represent a connection name comprising of a namespace (e.g. OS) and a name (e.g. OS network manager)
Definition
Namespace:Telerik.NetworkConnections
Assembly:Telerik.NetworkConnections.dll
Syntax:
public sealed class NetworkConnectionFullName : IEquatable<NetworkConnectionFullName>
Inheritance: objectNetworkConnectionFullName
Implements:
Inherited Members
Constructors
NetworkConnectionFullName(string, string)
Creates a new instance of the class using the specified namespace and name
Properties
Name
Gets the connection name (e.g. OS network manager)
Methods
Equals(NetworkConnectionFullName)
Compares this instance to another NetworkConnectionFullName instance
Declaration
public bool Equals(NetworkConnectionFullName other)
Parameters
other
The NetworkConnectionFullName instance to compare to
Returns
True if the connection names are equal
Implements
Equals(object)
Implements the IEquatable<T> interface for comparing to another object
Declaration
public override bool Equals(object obj)
Parameters
obj
The object instance to compare to
Returns
True if the object is a NetworkConnectionFullName instance and connection names are equal
Overrides
GetHashCode()
Implements the IEquatable<T> interface
Declaration
public override int GetHashCode()
Returns
A hash code for the connection name
Overrides
ToString()
Returns the current connection name as a string
Declaration
public override string ToString()
Returns
Returns the current connection name as a string
Overrides
Operators
operator !=(NetworkConnectionFullName, NetworkConnectionFullName)
Compares two NetworkConnectionFullName instances for difference
Declaration
public static bool operator !=(NetworkConnectionFullName left, NetworkConnectionFullName right)
Parameters
left
First NetworkConnectionFullName instance
right
Second NetworkConnectionFullName instance
Returns
True if the connection names are not equal
operator ==(NetworkConnectionFullName, NetworkConnectionFullName)
Compares two NetworkConnectionFullName instances for equality
Declaration
public static bool operator ==(NetworkConnectionFullName left, NetworkConnectionFullName right)
Parameters
left
First NetworkConnectionFullName instance
right
Second NetworkConnectionFullName instance
Returns
True if the connection names are equal