Statement.Equals Method (Object)
- Updated2023-02-21
- 2 minute(s) read
Determines whether the specified obj, which must be a Statement object, is equal to the current instance of Statement.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
C# |
---|
public override bool Equals( Object obj ) |
Visual C++ |
---|
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System.Object
The object to compare with the current Statement object.
Return Value
true (True in Visual Basic) if the specified obj is equal to the current Statement object. Otherwise, false (False in Visual Basic).
Remarks
Overrides Object.Equals.