EventInfo.Key.Equals Method
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.
Equals(SfcKey) |
Equalses the specified key. |
Equals(Object) |
Equality and Hashing |
Equals(Object, Object) |
Equalses the specified obj1. |
Equalses the specified 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.