[Extension()] public static bool TryCompareSourceWith( ISourceDecl sourceDecl, ISourceDecl sourceDeclOther, out string failureReason )
Parameters
- sourceDecl
 - The first line position in a source file.
 - sourceDeclOther
 - The second line position in a source file.
 - failureReason
 - If false is returned, contains the plain-english description of the failure.
 
Return Value
true if the two source declarations were compared successfully.
