EventField.Key.Equals Method
Include Protected Members
Include Inherited Members
Determines whether two objects are equal by performing an equality operation on an instance of the EventField.Key class and another object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Equals(Object) | Determines whether two objects are equal by performing an equality operation on an instance of the EventField.Key class and another object. (Overrides SfcKey.Equals(Object).) | |
Equals(SfcKey) | Determines whether two objects are equal by performing an equality operation on a EventField.Key object and an SfcKey object. (Overrides SfcKey.Equals(SfcKey).) | |
Equals(Object, Object) | Determines whether two objects are equal by performing an equality operation on two instances of the System.Object class. |
Top