EnvironmentReference.Key.Equals Method
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.
Determines a value that checks for equality of key objects.
Overloads
Equals(SfcKey) |
Indicates whether the equality of key objects is checked. |
Equals(Object) |
Indicates whether the equality of key objects is checked. |
Equals(SfcKey)
Indicates whether the equality of key objects is checked.
public:
override bool Equals(Microsoft::SqlServer::Management::Sdk::Sfc::SfcKey ^ key);
public override bool Equals (Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey key);
override this.Equals : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey -> bool
Public Overrides Function Equals (key As SfcKey) As Boolean
Parameters
- key
- SfcKey
The key that has been checked.
Returns
true if the equality of key objects are checked; otherwise, false.
Applies to
Equals(Object)
Indicates whether the equality of key objects is checked.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The object that has been checked.
Returns
true if the equality of key objects are checked; otherwise, false.