|
DiffEquals(Diff) Method
|
Is this Diff equivalent to another Diff?
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntaxpublic bool Equals(
Diff obj
)
Public Function Equals (
obj As Diff
) As Boolean
public:
bool Equals(
Diff^ obj
)
member Equals :
obj : Diff -> bool
View SourceParameters
- obj Diff
- Another Diff to compare against.
Return Value
Booleantrue or false
See Also