Equals() public method

public Equals ( ServiceKey other ) : bool
other ServiceKey
return bool
示例#1
0
 public override bool Equals(object obj)
 {
     return(ServiceKey.Equals(this, obj as ServiceKey));
 }
示例#2
0
 public bool Equals(ServiceKey other)
 {
     return(ServiceKey.Equals(this, other));
 }