|   | FrameEquals(IFrame) Method | 
        
        
            Determines whether the specified 
IFrame is equal to the current 
Frame.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
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 Parameters
- 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
See Also