OperationProgressData.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Equals operator for OperationProgressData.
public:
static bool operator ==(Microsoft::VisualStudio::RpcContracts::FileSystem::OperationProgressData left, Microsoft::VisualStudio::RpcContracts::FileSystem::OperationProgressData right);
public static bool operator == (Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData left, Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData right);
static member ( = ) : Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData * Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData -> bool
Public Shared Operator == (left As OperationProgressData, right As OperationProgressData) As Boolean
Parameters
The first instance to compare.
- right
- OperationProgressData
The second instance to compare.
Returns
True if equal, false if unequal.