ClientEncryptionKeyProperties.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(ClientEncryptionKeyProperties) |
Compares this instance of client encryption key properties to another. |
Equals(Object) |
Compares this instance of client encryption key properties to another object. |
Equals(ClientEncryptionKeyProperties)
Compares this instance of client encryption key properties to another.
public bool Equals (Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties other);
override this.Equals : Microsoft.Azure.Cosmos.ClientEncryptionKeyProperties -> bool
Public Function Equals (other As ClientEncryptionKeyProperties) As Boolean
Parameters
Instance to compare with.
Returns
True if properties match, else false.
Implements
Applies to
Equals(Object)
Compares this instance of client encryption key properties to another object.
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Object to compare with.
Returns
True if the other object is an instance of ClientEncryptionKeyProperties and the properties match, else false.
Applies to
Azure SDK for .NET