EncryptionKeyWrapMetadata.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.
Overloads
Equals(EncryptionKeyWrapMetadata) |
Returns whether the properties of the passed in key wrap metadata matches with those in the current instance. |
Equals(Object) |
Equals(EncryptionKeyWrapMetadata)
- Source:
- EncryptionKeyWrapMetadata.cs
Returns whether the properties of the passed in key wrap metadata matches with those in the current instance.
public bool Equals (Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata other);
override this.Equals : Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata -> bool
Public Function Equals (other As EncryptionKeyWrapMetadata) As Boolean
Parameters
Key wrap metadata to be compared with current instance.
Returns
True if the properties of the key wrap metadata passed in matches with those in the current instance, else false.
Implements
Applies to
Equals(Object)
- Source:
- EncryptionKeyWrapMetadata.cs
Determines whether the specified object is equal to the current object.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
Applies to
Azure SDK for .NET