SettingIdentifier Class 
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.
The full identifiers of the settings, including the categories it is nested under.
public class SettingIdentifier : IEquatable<Microsoft.VisualStudio.Extensibility.Settings.SettingIdentifier>
	type SettingIdentifier = class
    interface IEquatable<SettingIdentifier>
	Public Class SettingIdentifier
Implements IEquatable(Of SettingIdentifier)
		- Inheritance
 - 
				SettingIdentifier
 
- Derived
 
- Implements
 
Methods
| Custom(String) | 
		 Initializes a SettingIdentifier value.  | 
        	
| Custom<T>(String) | 
		 Initializes a SettingIdentifier value.  | 
        	
| Equals(Object) | Determines whether the specified object is equal to the current object.  | 
        	
| Equals(SettingIdentifier) | Indicates whether the current object is equal to another object of the same type.  | 
        	
| GetHashCode() | Serves as the default hash function.  | 
        	
| ToString() | 
		 Returns the string value of SettingIdentifier.  | 
        	
Operators
| Equality(SettingIdentifier, SettingIdentifier) | 
		 Compares two SettingIdentifier values returning whether they are equal.  | 
         	
| Implicit(SettingIdentifier to String) | 
		 Implicitly converts a SettingIdentifier to a   | 
         	
| Implicit(String to SettingIdentifier) | 
		 Implicitly converts a   | 
         	
| Inequality(SettingIdentifier, SettingIdentifier) | 
		 Compares two SettingIdentifier values returning whether they are different.  |