C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.XmlSchema.ServiceConfigurationSchema.ConfigurationSetting

ファイルを表示 Open project: AzureRT/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool

The comparison is done for settings key only without the value.

GetHashCode ( ) : int

Method Details

Equals() public method

The comparison is done for settings key only without the value.
public Equals ( object obj ) : bool
obj object The other settings object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int