
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
WinXP SP2 Prof, NET 3.5
|
|
|
SubclassOf returns false for the same types:
public override bool Equals(object obj)
{
if ((obj == null) || (!obj.GetType().IsSubclassOf(typeof
(JobDetail))))
return false;
return IsEqual((JobDetail)obj);
}
|
|
Description
|
SubclassOf returns false for the same types:
public override bool Equals(object obj)
{
if ((obj == null) || (!obj.GetType().IsSubclassOf(typeof
(JobDetail))))
return false;
return IsEqual((JobDetail)obj);
} |
Show » |
| There are no comments yet on this issue.
|
|