|
FrameEquals(IFrame) Method
|
Determines whether the specified
IFrame is equal to the current
Frame.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic bool Equals(
IFrame other
)
Public Function Equals (
other As IFrame
) As Boolean
public:
virtual bool Equals(
IFrame^ other
) sealed
abstract Equals :
other : IFrame -> bool
override Equals :
other : IFrame -> bool
View SourceParameters
- other IFrame
- The IFrame to compare with the current Frame.
Return Value
Boolean
true if the specified
IFrame is equal to the current
Frame;
otherwise, false.
Implements
IEquatableTEquals(T)
See Also