RecurrencePatternEquals Method (RecurrencePattern) |
Overloaded. Overridden. Returns a value indicating whether this instance is equal
to a specified
RecurrencePattern object.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Equals(
RecurrencePattern other
)
Public Function Equals (
other As RecurrencePattern
) As Boolean
public:
virtual bool Equals(
RecurrencePattern^ other
) sealed
abstract Equals :
other : RecurrencePattern -> bool
override Equals :
other : RecurrencePattern -> bool
Parameters
- other
- Type: Kettic.AspNet.ControlsRecurrencePattern
An RecurrencePattern object to compare with this instance.
Return Value
Type:
Booleantrue if
value equals the value of this instance;
otherwise,
false.
Implements
IEquatableTEquals(T)
See Also