AreKeysSame Method
AreKeysSame(StaticKeys)
Determine if the contents of each key is the same for both objects.
If so, this method will return true
.
C#
public bool AreKeysSame(StaticKeys compareKeys)
Parameters
Type | Name | Description |
---|---|---|
StaticKeys | compareKeys |
Returns
System.Boolean